forked from p15670423/monkey
Removed unused mssqlexec objects property
This commit is contained in:
parent
ac702ffc27
commit
005618072d
|
@ -43,7 +43,6 @@ class MSSQLExploiter(HostExploiter):
|
|||
def __init__(self, host):
|
||||
super(MSSQLExploiter, self).__init__(host)
|
||||
self.cursor = None
|
||||
self.monkey_binary_on_host_path = None
|
||||
self.monkey_server = None
|
||||
self.payload_file_path = os.path.join(MSSQLExploiter.TMP_DIR_PATH, MSSQLExploiter.TMP_FILE_NAME)
|
||||
|
||||
|
|
Loading…
Reference in New Issue