1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

added patch from Steve Tornio.

git-svn-id: file:///home/svn/framework3/trunk@7514 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Mario Ceballos 2009-11-14 13:26:27 +00:00
parent e296ec92ea
commit bbfc195735
3 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote
'License' => BSD_LICENSE,
'Version' => '$Revision: 7025 $',
'References' => [
[ 'OSVDB', '60018' ],
[ 'URL', 'http://www.milw0rm.com/exploits/9556' ]
],
'Privileged' => false,

View File

@ -46,6 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$',
'References' =>
[
[ 'OSVDB', '60017' ],
[ 'URL', 'http://www.milw0rm.com/exploits/9116' ],
[ 'URL', 'http://www.shinnai.net/xplits/TXT_nsGUdeley3EHfKEV690p.html' ],
],

View File

@ -51,7 +51,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Space' => 4108,
'DisableNops' => 'True',
# input restriction: UTF-8!
'BadChars' => [0,0x0a,0x0d,*(0x80..0xcf),].pack("C*"),
'BadChars' => [0,0x0a,0x0d,*(0x80..0xcf)].pack("C*"),
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
'StackAdjustment' => -8500,
},