From 875f6e53ea77e7a60739bcf7c2bb6b7bbf400ca3 Mon Sep 17 00:00:00 2001 From: baptistedftn <62375795+baptistedftn@users.noreply.github.com> Date: Thu, 19 Mar 2020 13:03:17 +0100 Subject: [PATCH] Update wifi_bruteforce.py (#2) URL has changed --- wifi_bruteforce.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi_bruteforce.py b/wifi_bruteforce.py index 893e55a..489993c 100644 --- a/wifi_bruteforce.py +++ b/wifi_bruteforce.py @@ -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() @@ -45,4 +45,4 @@ def start(): sys.stdout.flush() print("you are not lucky :'(") - \ No newline at end of file +