mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 04:52:22 -07:00
now this should work
This commit is contained in:
parent
6bde387356
commit
ac762ad810
1 changed files with 3 additions and 4 deletions
|
@ -28,15 +28,14 @@ class BasicTests(unittest.TestCase):
|
|||
set_ip_forwarding(1)
|
||||
except IOError:
|
||||
pass
|
||||
ip = get_ip('eth0')
|
||||
mac = get_mac('eth0')
|
||||
ip = get_ip('venet0:0')
|
||||
mac = get_mac('venet0:0')
|
||||
|
||||
def test_NetCreds(self):
|
||||
from core.logger import logger
|
||||
logger.log_level = logging.DEBUG
|
||||
from core.netcreds import NetCreds
|
||||
NetCreds().start('eth0', '192.168.1.0', None)
|
||||
#NetCreds().start('eth0', '192.168.1.0', None)
|
||||
NetCreds().start('venet0:0', '172.30.96.18', None)
|
||||
|
||||
def test_SSLStrip_Proxy(self):
|
||||
favicon = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue