Agent: Remove stale comment

This commit is contained in:
Mike Salvatore 2022-06-14 14:33:19 -04:00
parent 339619cc56
commit 79fbd8b600
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,6 @@ class MSSQLExploiter(HostExploiter):
self.payload_file_path = MSSQLExploiter.TMP_DIR_PATH / MSSQLExploiter.TMP_FILE_NAME
def _exploit_host(self) -> ExploiterResultData:
"""
First this method brute forces to get the mssql connection (cursor).
Also, don't forget to start_monkey_server() before self.upload_monkey() and
self.stop_monkey_server() after
"""
monkey_path_on_victim = get_agent_dst_path(self.host)
# Brute force to get connection