forked from p15670423/monkey
imports fix
This commit is contained in:
parent
3e90b6d495
commit
f547b23ef8
|
@ -3,7 +3,7 @@ import logging
|
||||||
|
|
||||||
import pymssql
|
import pymssql
|
||||||
|
|
||||||
from exploit import HostExploiter, mssqlexec_utils
|
from infection_monkey.exploit import HostExploiter, mssqlexec_utils
|
||||||
|
|
||||||
__author__ = 'Maor Rayzin'
|
__author__ = 'Maor Rayzin'
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import logging
|
||||||
|
|
||||||
import pymssql
|
import pymssql
|
||||||
|
|
||||||
from exploit.tools import get_interface_to_target
|
from infection_monkey.exploit.tools import get_interface_to_target
|
||||||
from pyftpdlib.authorizers import DummyAuthorizer
|
from pyftpdlib.authorizers import DummyAuthorizer
|
||||||
from pyftpdlib.handlers import FTPHandler
|
from pyftpdlib.handlers import FTPHandler
|
||||||
from pyftpdlib.servers import FTPServer
|
from pyftpdlib.servers import FTPServer
|
||||||
|
|
Loading…
Reference in New Issue