mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Fix the Payload->Space to match the new max size limit for the EXE generator. Thanks for catching it MC
git-svn-id: file:///home/svn/framework3/trunk@7022 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
7505a4568f
commit
71d644e72e
@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
[ 'URL', 'http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1' ]
|
||||
],
|
||||
'Platform' => [ 'win', 'osx', 'linux', 'solaris' ],
|
||||
'Payload' => { 'Space' => 8192, 'BadChars' => '', 'DisableNops' => true },
|
||||
'Payload' => { 'Space' => 2048, 'BadChars' => '', 'DisableNops' => true },
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Generic (Java Payload)',
|
||||
|
@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
'Payload' =>
|
||||
{
|
||||
'ExitFunc' => 'process',
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'DisableNops' => true,
|
||||
'BadChars' => " |'<>&",
|
||||
},
|
||||
|
@ -38,6 +38,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
['URL', 'http://www.wyse.com/serviceandsupport/support/WSB09-01.zip'],
|
||||
['URL', 'http://www.wyse.com/serviceandsupport/Wyse%20Security%20Bulletin%20WSB09-01.pdf'],
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 2048,
|
||||
'BadChars' => '',
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
|
@ -63,7 +63,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -53,7 +53,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 4000,
|
||||
'Space' => 2048,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
'Author' => [ 'Colin Ames <amesc[at]attackresearch.com>' ],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 1024,
|
||||
'Space' => 2048,
|
||||
'DisableNops' => true,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
|
@ -61,7 +61,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 8192,
|
||||
'Space' => 2048,
|
||||
'DisableNops' => true,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
|
@ -74,7 +74,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 8192,
|
||||
'Space' => 2048,
|
||||
'DisableNops' => true,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user