aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-11-01 11:33:18 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2012-11-01 11:33:18 -0600
commit8250c963f081f8383d9813e97c94072625e79cf4 (patch)
treef584426d0e1afd2e391daea1f61466c7a8726b23
parentFuck systemd. (diff)
downloadWEPAutoCrack-8250c963f081f8383d9813e97c94072625e79cf4.tar.xz
WEPAutoCrack-8250c963f081f8383d9813e97c94072625e79cf4.zip
I don't run avahi daemon any more.
-rwxr-xr-xautocrack.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/autocrack.py b/autocrack.py
index c40a4d9..2d051e0 100755
--- a/autocrack.py
+++ b/autocrack.py
@@ -36,7 +36,6 @@ def pwn(interface, network):
# BEGIN CHANGE ME
os.system("/etc/init.d/wpa_supplicant stop")
os.system("/etc/init.d/dhcpcd stop")
- os.system("/etc/init.d/avahi-daemon stop")
# END CHANGE ME
print "[+] Acquiring MAC address:",
@@ -125,7 +124,6 @@ cat /usr/share/dict/* | aircrack-ng -w - -b BSSID psk*.cap
# BEGIN CHANGE ME
os.system("/etc/init.d/wpa_supplicant start")
os.system("/etc/init.d/dhcpcd start")
- os.system("/etc/init.d/avahi-daemon start")
# END CHANGE ME
def get_name(cell):