updated requirements.txt, changed imports to mitmflib

This commit is contained in:
byt3bl33d3r 2015-06-11 22:05:22 +02:00
commit aa246130e2
13 changed files with 75 additions and 22 deletions

View file

@ -3,7 +3,7 @@ import os
import sys
import threading
from scapy.all import *
from mitmflib.scapy.all import *
from core.utils import shutdown
mitmf_logger = logging.getLogger('mitmf')