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: