Minor DEAUTH attack bug fixes

This commit is contained in:
k4m4 2017-09-24 23:35:35 +03:00
parent b064cec0d2
commit a72194e1a6

View file

@ -15,7 +15,11 @@ from scapy.all import (
getmacbyip,
ARP,
Ether,
sendp
sendp,
conf,
RadioTap,
Dot11,
Dot11Deauth
)