mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
Minor DEAUTH attack bug fixes
This commit is contained in:
parent
b064cec0d2
commit
a72194e1a6
1 changed files with 5 additions and 1 deletions
6
spoof.py
6
spoof.py
|
@ -15,7 +15,11 @@ from scapy.all import (
|
||||||
getmacbyip,
|
getmacbyip,
|
||||||
ARP,
|
ARP,
|
||||||
Ether,
|
Ether,
|
||||||
sendp
|
sendp,
|
||||||
|
conf,
|
||||||
|
RadioTap,
|
||||||
|
Dot11,
|
||||||
|
Dot11Deauth
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue