From a72194e1a63fa3866617931e3798e1d990dcca08 Mon Sep 17 00:00:00 2001 From: k4m4 Date: Sun, 24 Sep 2017 23:35:35 +0300 Subject: [PATCH] Minor DEAUTH attack bug fixes --- spoof.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 )