change exitfunc to thread

This commit is contained in:
Christian Mehlmauer
2015-09-01 10:43:45 +02:00
parent 648c034d17
commit 3e613dc333
27 changed files with 27 additions and 27 deletions
@@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Payload' =>
{
@@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Payload' =>
{