Agent: Remove commented out code in ExploitClassHTTPServer

This commit is contained in:
Mike Salvatore 2022-01-12 12:33:54 -05:00
parent 3bbf4f9ac6
commit aa60313787
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ class ExploitClassHTTPServer:
logger.debug("Starting ExploitClassHTTPServer")
HTTPHandler.reset()
# while not self.exploit_class_downloaded():
# self._server.handle_request()
# logger.error("loop")
self._server.serve_forever()
logger.debug("The Java Exploit class HTTP server has stopped")