change exitfunc to thread

bug/bundler_fix
Christian Mehlmauer 2015-09-01 10:43:45 +02:00
parent 648c034d17
commit 3e613dc333
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
27 changed files with 27 additions and 27 deletions

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Payload' =>
{

View File

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

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
{
'WfsDelay' => 300, #5 minutes
'DisablePayloadHandler' => 'false',
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => 'none'
'EXITFUNC' => 'thread'
},
'Targets' =>
[

View File

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

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['linux'],
'Arch' => ARCH_X86,

View File

@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Payload' =>
{

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Payload' =>
{

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => %w{ linux php },
'Targets' =>

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -42,7 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Arch' => ARCH_PHP,
'Platform' => ['php'],

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => %w{ java linux win },
'Targets' =>

View File

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

View File

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

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

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

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'win',
'Targets' =>

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'win',
'Targets' =>

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'win',
'Targets' =>

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "thread"
'EXITFUNC' => 'thread'
},
'Platform' => 'win',
'Targets' =>