updated.
git-svn-id: file:///home/svn/framework3/trunk@5291 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f47d2660ec
commit
be39365331
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue