From b064cec0d2cb5c196a02fee633dd19cea6237bff Mon Sep 17 00:00:00 2001 From: k4m4 Date: Sun, 24 Sep 2017 23:12:05 +0300 Subject: [PATCH] Fix DEAUTH attack bug --- kickthemout.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kickthemout.py b/kickthemout.py index 7a087b7..a7c8e6d 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -583,11 +583,6 @@ def kickalloff(): try: while True: # broadcast malicious DEAUTH packets - ipAddress = i - macAddress = retrieveMACAddress(ipAddress) - if macAddress == False: - print("\n{0}ERROR: MAC address of target host could not be retrieved! Maybe host is down?{1}").format(RED, END) - raise SystemExit spoof.sendDeauthPacket(iface, bssid, 'FF:FF:FF:FF:FF:FF') if options.packets is not None: time.sleep(60/options.packets)