diff --git a/spoof.py b/spoof.py index 6856207..2ff8787 100644 --- a/spoof.py +++ b/spoof.py @@ -15,7 +15,11 @@ from scapy.all import ( getmacbyip, ARP, Ether, - sendp + sendp, + conf, + RadioTap, + Dot11, + Dot11Deauth )