Removed unused mssqlexec objects property

This commit is contained in:
VakarisZ 2019-09-04 11:46:28 +03:00
parent ac702ffc27
commit 005618072d
1 changed files with 0 additions and 1 deletions

View File

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