From be3936533149fac9562075169992d1753abbd775 Mon Sep 17 00:00:00 2001 From: Mario Ceballos Date: Sun, 13 Jan 2008 14:44:01 +0000 Subject: [PATCH] updated. git-svn-id: file:///home/svn/framework3/trunk@5291 4d416f70-5f16-0410-b530-b9f4589650da --- .../windows/ftp/oracle9i_xdb_ftp_unlock.rb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb index 1e8fb08a0e..6bcac2bdc0 100644 --- a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb +++ b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb @@ -33,8 +33,8 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote sys:change_on_install. }, - 'Author' => [ 'y0 ', 'David Litchfield ' ], - 'License' => BSD_LICENSE, + 'Author' => [ 'MC', 'David Litchfield ' ], + 'License' => MSF_LICENSE, 'Version' => '$Revision$', 'References' => [ @@ -45,6 +45,10 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote [ 'MIL', '47'], ], + 'DefaultOptions' => + { + 'EXITFUNC' => 'thread', + }, 'Privileged' => true, 'Payload' => { @@ -65,6 +69,12 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote ], 'DisclosureDate' => 'Aug 18 2003', '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 def check