From 89837a1d3f038c4d8ed9bb5f2618f20d1f981bfe Mon Sep 17 00:00:00 2001 From: Guillaume Valadon Date: Thu, 19 Jan 2017 09:18:54 +0100 Subject: [PATCH] Register a Scapy command --- scapy/layers/dot11.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scapy/layers/dot11.py b/scapy/layers/dot11.py index 1ddccfca6..51471c9cd 100644 --- a/scapy/layers/dot11.py +++ b/scapy/layers/dot11.py @@ -492,6 +492,7 @@ def get_toDS(): # os.system("iwconfig %s mode monitor" % iffrom) # +@conf.commands.register def airpwn(iffrom, ifto, replace, pattern="", ignorepattern=""): """Before using this, initialize "iffrom" and "ifto" interfaces: iwconfig iffrom mode monitor