Removed decription of authentication error (will display if --verbose is

passed)

Fixed host tracking in the inject_pe_dll.py module
This commit is contained in:
byt3bl33d3r
2016-04-08 19:58:01 -06:00
parent eb4f185118
commit 9052e48286
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -72,11 +72,11 @@ class CMEModule:
request.send_response(200)
request.end_headers()
request.stop_tracking_host()
with open(self.payload_path, 'rb') as payload:
request.wfile.write(payload.read())
request.stop_tracking_host()
else:
request.send_response(404)
request.end_headers()