Disable Nops so we don't get an ugly crash after getting a shell

This commit is contained in:
sinn3r 2012-03-08 18:56:58 -06:00
parent 1e4d4a5ba0
commit 1ae779157d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'Payload' =>
{
'DisableNops' => true,
'StackAdjustment' => -3500
},
'DefaultOptions' =>