mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
not worth testing utils.py, removed from tests
This commit is contained in:
parent
ac762ad810
commit
05588febef
1 changed files with 0 additions and 11 deletions
|
@ -20,17 +20,6 @@ class BasicTests(unittest.TestCase):
|
|||
from core.servers.DNS import DNSChef
|
||||
DNSChef().start()
|
||||
|
||||
def test_utils(self):
|
||||
from core.logger import logger
|
||||
logger.log_level = logging.DEBUG
|
||||
from core.utils import set_ip_forwarding, get_ip, get_mac
|
||||
try:
|
||||
set_ip_forwarding(1)
|
||||
except IOError:
|
||||
pass
|
||||
ip = get_ip('venet0:0')
|
||||
mac = get_mac('venet0:0')
|
||||
|
||||
def test_NetCreds(self):
|
||||
from core.logger import logger
|
||||
logger.log_level = logging.DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue