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
unstable
HD Moore 2009-09-09 21:23:11 +00:00
parent 7505a4568f
commit 71d644e72e
13 changed files with 17 additions and 12 deletions

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'URL', 'http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1' ] [ 'URL', 'http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1' ]
], ],
'Platform' => [ 'win', 'osx', 'linux', 'solaris' ], 'Platform' => [ 'win', 'osx', 'linux', 'solaris' ],
'Payload' => { 'Space' => 8192, 'BadChars' => '', 'DisableNops' => true }, 'Payload' => { 'Space' => 2048, 'BadChars' => '', 'DisableNops' => true },
'Targets' => 'Targets' =>
[ [
[ 'Generic (Java Payload)', [ 'Generic (Java Payload)',

View File

@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Payload' => 'Payload' =>
{ {
'ExitFunc' => 'process', 'ExitFunc' => 'process',
'Space' => 4000, 'Space' => 2048,
'DisableNops' => true, 'DisableNops' => true,
'BadChars' => " |'<>&", 'BadChars' => " |'<>&",
}, },

View File

@ -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/support/WSB09-01.zip'],
['URL', 'http://www.wyse.com/serviceandsupport/Wyse%20Security%20Bulletin%20WSB09-01.pdf'], ['URL', 'http://www.wyse.com/serviceandsupport/Wyse%20Security%20Bulletin%20WSB09-01.pdf'],
], ],
'Payload' =>
{
'Space' => 2048,
'BadChars' => '',
},
'DefaultOptions' => 'DefaultOptions' =>
{ {
'EXITFUNC' => 'process', 'EXITFUNC' => 'process',

View File

@ -63,7 +63,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -53,7 +53,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 4000, 'Space' => 2048,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',

View File

@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Author' => [ 'Colin Ames <amesc[at]attackresearch.com>' ], 'Author' => [ 'Colin Ames <amesc[at]attackresearch.com>' ],
'Payload' => 'Payload' =>
{ {
'Space' => 1024, 'Space' => 2048,
'DisableNops' => true, 'DisableNops' => true,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },

View File

@ -61,7 +61,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'Payload' => 'Payload' =>
{ {
'Space' => 8192, 'Space' => 2048,
'DisableNops' => true, 'DisableNops' => true,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },

View File

@ -74,7 +74,7 @@ class Metasploit3 < Msf::Exploit::Remote
}, },
'Payload' => 'Payload' =>
{ {
'Space' => 8192, 'Space' => 2048,
'DisableNops' => true, 'DisableNops' => true,
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },