mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
Fix DEAUTH attack bug
This commit is contained in:
parent
7e9ce0f7bd
commit
b064cec0d2
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue