Show output from Inject-Shellcode

chunking
benpturner 2019-01-02 20:47:27 +00:00
parent ea98e0ba94
commit 05fe4bd1c9
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class MyHandler(BaseHTTPServer.BaseHTTPRequestHandler):
print ("Upload shellcode complete") print ("Upload shellcode complete")
elif (decCookie.lower().startswith("run-exe core.program core inject-shellcode")): elif (decCookie.lower().startswith("run-exe core.program core inject-shellcode")):
insert_completedtask(RandomURI, decCookie, "Upload shellcode complete", "") insert_completedtask(RandomURI, decCookie, "Upload shellcode complete", "")
print ("Inject shellcode complete") print (outputParsed)
elif "download-file" in decCookie.lower(): elif "download-file" in decCookie.lower():
try: try:
rawoutput = decrypt_bytes_gzip(encKey, (post_data[1500:])) rawoutput = decrypt_bytes_gzip(encKey, (post_data[1500:]))