mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 04:52:22 -07:00
fixed Net-Creds tests
This commit is contained in:
parent
986b2b851f
commit
54c27ddade
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class BasicTests(unittest.TestCase):
|
|||
from core.logger import logger
|
||||
logger.log_level = logging.DEBUG
|
||||
from core.netcreds import NetCreds
|
||||
NetCreds().start('venet0:0', '172.30.96.18', None)
|
||||
NetCreds().start('venet0:0', '172.30.96.18')
|
||||
|
||||
def test_SSLStrip_Proxy(self):
|
||||
favicon = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue