mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 21:12:16 -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)
|
set_ip_forwarding(1)
|
||||||
except IOError:
|
except IOError:
|
||||||
pass
|
pass
|
||||||
ip = get_ip('eth0')
|
ip = get_ip('venet0:0')
|
||||||
mac = get_mac('eth0')
|
mac = get_mac('venet0:0')
|
||||||
|
|
||||||
def test_NetCreds(self):
|
def test_NetCreds(self):
|
||||||
from core.logger import logger
|
from core.logger import logger
|
||||||
logger.log_level = logging.DEBUG
|
logger.log_level = logging.DEBUG
|
||||||
from core.netcreds import NetCreds
|
from core.netcreds import NetCreds
|
||||||
NetCreds().start('eth0', '192.168.1.0', None)
|
NetCreds().start('venet0:0', '172.30.96.18', None)
|
||||||
#NetCreds().start('eth0', '192.168.1.0', None)
|
|
||||||
|
|
||||||
def test_SSLStrip_Proxy(self):
|
def test_SSLStrip_Proxy(self):
|
||||||
favicon = True
|
favicon = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue