Repair 'no encoders encoded the buffer successfully' issues
parent
eedd7be453
commit
1e2203867c
|
@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 600,
|
||||
#'Space' => 600,
|
||||
'BadChars' => "\x00\x0a\x0d\x20%=?\x2f\x5c\x3a\x3d\@;!$",
|
||||
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
|
||||
'DisableNops' => 'True',
|
||||
|
|
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Privileged' => true,
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 0x200,
|
||||
#'Space' => 0x200,
|
||||
'BadChars' => "\x00\x3a\x26\x3f\x25\x23\x20\x0a\x0d\x2f\x2b\x0b\x5c&=+?:;-,/#.\\$%\x1a",
|
||||
'Prepend' =>
|
||||
# Disable NX on 2k3 to upload data on the stack
|
||||
|
|
|
@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Privileged' => true,
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 512,
|
||||
#'Space' => 512,
|
||||
'BadChars' => "\x00\x3a\x26\x3f\x25\x23\x20\x0a\x0d\x2f\x2b\x0b\x5c&=+?:;-,/#.\\$%\x1a",
|
||||
'StackAdjustment' => -4096,
|
||||
},
|
||||
|
|
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
{
|
||||
'MinNops' => 0,
|
||||
'MaxNops' => 0,
|
||||
'Space' => 498,
|
||||
#'Space' => 498,
|
||||
'BadChars' => Rex::Text.charset_exclude(Rex::Text::AlphaNumeric),
|
||||
# clean up to prevent crash on exit
|
||||
'Prepend' => Metasm::Shellcode.assemble(Metasm::Ia32.new, "mov dword ptr fs:[0], 0").encode_string,
|
||||
|
|
|
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 300,
|
||||
#'Space' => 300,
|
||||
'BadChars' => "\x00\x0a\x0d:",
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue