Skip to content

Commit

Permalink
Update wifi_bruteforce.py (#2)
Browse files Browse the repository at this point in the history
URL has changed
  • Loading branch information
baptistedftn authored Mar 19, 2020
1 parent 4aa40f0 commit 875f6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wifi_bruteforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def start():

# download most used passwords on github.com and build a dict
print("Fetch top 100K most used passwords on Github...")
url = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/10_million_password_list_top_100000.txt"
url = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/xato-net-10-million-passwords-100000.txt"
response = urllib2.urlopen( url )
txt = response.read()
passwords = txt.splitlines()
Expand Down Expand Up @@ -45,4 +45,4 @@ def start():
sys.stdout.flush()

print("you are not lucky :'(")


0 comments on commit 875f6e5

Please sign in to comment.