Set DisablePayloadHandler default to true

bug/bundler_fix
wchen-r7 2017-02-03 11:25:50 -06:00
parent e9ba6fe7fd
commit c73c189a61
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class MetasploitModule < Msf::Exploit::Remote
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',
'DisablePayloadHandler' => false
'DisablePayloadHandler' => true
},
'Platform' => 'win',
'Targets' =>