mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
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:
@@ -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()
|
||||
Reference in New Issue
Block a user