mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-11 07:37:11 -07:00
re-added scapy, changed imports
This commit is contained in:
parent
aa246130e2
commit
b73ac99de3
8 changed files with 8 additions and 7 deletions
|
@ -26,7 +26,7 @@ import re
|
|||
import sys
|
||||
|
||||
logging.getLogger("scapy.runtime").setLevel(logging.ERROR) #Gets rid of IPV6 Error when importing scapy
|
||||
from mitmflib.scapy.all import get_if_addr, get_if_hwaddr
|
||||
from scapy.all import get_if_addr, get_if_hwaddr
|
||||
from core.sergioproxy.ProxyPlugins import ProxyPlugins
|
||||
|
||||
mitmf_logger = logging.getLogger('mitmf')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue