Add comment for PrependEncoder
parent
2b13330483
commit
7eabce8872
|
@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
{
|
||||
'BadChars' => "\x00\x0a\x0d\x34",
|
||||
'DisableNops' => true,
|
||||
'PrependEncoder' => "\x81\xc4\x24\xfa\xff\xff"
|
||||
'PrependEncoder' => "\x81\xc4\x24\xfa\xff\xff" #ADD ESP, -5DC
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
|
|
Loading…
Reference in New Issue