re-added scapy, changed imports

This commit is contained in:
byt3bl33d3r 2015-06-11 22:27:31 +02:00
commit b73ac99de3
8 changed files with 8 additions and 7 deletions

View file

@ -17,7 +17,7 @@ from urllib import unquote
# shut up scapy
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
from mitmflib.scapy.all import *
from scapy.all import *
conf.verb=0
mitmf_logger = logging.getLogger('mitmf')