now this should work

This commit is contained in:
byt3bl33d3r 2015-08-23 22:05:10 +02:00
parent 6bde387356
commit ac762ad810

View file

@ -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