Skip to content

Commit a568739

Browse files
authored
Update hacklib.py
1 parent 168c631 commit a568739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hacklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def send(IP, port, message, keepalive = False):
296296
return response
297297

298298
def topPasswords(amount):
299-
'''Get up to 1,000,000 most common passwords.
299+
'''Get up to 100,000 most common passwords.
300300
'''
301301
url = 'https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/10_million_password_list_top_100000.txt'
302302
passlist = urllib2.urlopen(url).read().split('\n')

0 commit comments

Comments
 (0)