From 2c76e594db7b1c02f95db3cd51b206fa28ef30b4 Mon Sep 17 00:00:00 2001 From: psiquo <33759674+psiquo@users.noreply.github.com> Date: Mon, 24 Oct 2022 03:09:22 +0200 Subject: [PATCH] Change shellstorm-url format --- lib/shellcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shellcode.py b/lib/shellcode.py index 6b87b0d..7762d9d 100644 --- a/lib/shellcode.py +++ b/lib/shellcode.py @@ -354,7 +354,7 @@ def display(self, shellcodeId): return None try: - s.request("GET", "/shellcode/files/shellcode-"+str(shellcodeId)+".php") + s.request("GET", "/shellcode/files/shellcode-"+str(shellcodeId)+".html") res = s.getresponse() data = res.read().decode('utf-8').split("
")[1].split("")[0]
         except: