Traceback (most recent call last):
File "wifizoo.py", line 48, in
conf.verb = 0
NameError: name 'conf' is not defined
To fix this error do simply the following:
Look in wifizoo.py for the line that says 'import getopt' and after that add the following line:
from scapy.all import *
and now everything should work again.
1 comment:
Your post really saves me
I'm new bee to Scapy
Can you recommend any book or tutorial about Scapy?
thx
Post a Comment