Land #10874, rm size restriction from pyld_inject

GSoC/Meterpreter_Web_Console
Shelby Pace 2018-11-05 15:16:40 -06:00
commit 0c38babb9e
No known key found for this signature in database
GPG Key ID: B2F3A8B476406857
1 changed files with 0 additions and 5 deletions

View File

@ -28,11 +28,6 @@ class MetasploitModule < Msf::Exploit::Local
'Arch' => [ ARCH_X86, ARCH_X64 ],
'SessionTypes' => [ 'meterpreter' ],
'Targets' => [ [ 'Windows', {} ] ],
'Payload' =>
{
'Space' => 4096,
'DisableNops' => true
},
'DefaultTarget' => 0,
'DisclosureDate' => "Oct 12 2011"
))