mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-30 11:48:27 -07:00
updated requirements.txt, changed imports to mitmflib
This commit is contained in:
parent
5b969e09fb
commit
aa246130e2
13 changed files with 75 additions and 22 deletions
|
@ -43,7 +43,7 @@ from configobj import ConfigObj
|
|||
from core.configwatcher import ConfigWatcher
|
||||
from core.utils import shutdown
|
||||
|
||||
from dnslib import *
|
||||
from mitmflib.dnslib import *
|
||||
from IPy import IP
|
||||
|
||||
formatter = logging.Formatter("%(asctime)s %(message)s", datefmt="%Y-%m-%d %H:%M:%S")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue