Consistency between http/smtp modules
git-svn-id: file:///home/svn/framework3/trunk@4615 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e2029b9d9c
commit
c6d5ac1968
|
@ -57,7 +57,7 @@ class Exploits::Windows::Email::IE_ANI_CVE_2007_0038 < Msf::Exploit::Remote
|
|||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 1024,
|
||||
'Space' => 1024 + (rand(1000)),
|
||||
'MinNops' => 32,
|
||||
'Compat' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue