change exitfunc to thread

bug/bundler_fix
Christian Mehlmauer 2015-09-01 10:48:07 +02:00
parent 5398bf78eb
commit 115f409fef
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => 'none'
'EXITFUNC' => 'thread'
},
'Platform' => 'unix',
'Arch' => ARCH_CMD,

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none",
'EXITFUNC' => 'thread',
'InitialAutoRunScript' => 'migrate -f'
},
'Platform' => 'win',

View File

@ -59,7 +59,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none",
'EXITFUNC' => 'thread',
'InitialAutoRunScript' => 'migrate -f',
},
'Platform' => 'win',

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none",
'EXITFUNC' => 'thread',
'DisablePayloadHandler' => 'false'
},
'Platform' => 'win',