git-svn-id: file:///home/svn/framework3/trunk@5291 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2008-01-13 14:44:01 +00:00
parent f47d2660ec
commit be39365331
1 changed files with 12 additions and 2 deletions

View File

@ -33,8 +33,8 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote
sys:change_on_install. sys:change_on_install.
}, },
'Author' => [ 'y0 <y0@w00t-shell.net>', 'David Litchfield <david@ngssoftware.com>' ], 'Author' => [ 'MC', 'David Litchfield <david@ngssoftware.com>' ],
'License' => BSD_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision$', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
@ -45,6 +45,10 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote
[ 'MIL', '47'], [ 'MIL', '47'],
], ],
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',
},
'Privileged' => true, 'Privileged' => true,
'Payload' => 'Payload' =>
{ {
@ -65,6 +69,12 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote
], ],
'DisclosureDate' => 'Aug 18 2003', 'DisclosureDate' => 'Aug 18 2003',
'DefaultTarget' => 0)) 'DefaultTarget' => 0))
register_options( [
Opt::RPORT(2100),
OptString.new('FTPUSER', [ false, 'The username to authenticate as', 'DBSNMP']),
OptString.new('FTPPASS', [ false, 'The password to authenticate with', 'DBSNMP']),
], self.class )
end end
def check def check