Rapid7 Vulnerability & Exploit Database

Oracle iSQL*Plus Login Utility

Back to Search

Oracle iSQL*Plus Login Utility

Created
05/30/2018

Description

This module attempts to authenticate against an Oracle ISQL*Plus administration web site using username and password combinations indicated by the USER_FILE, PASS_FILE, and USERPASS_FILE. This module does not require a valid SID, but if one is defined, it will be used. Works against Oracle 9.2, 10.1 & 10.2 iSQL*Plus. This module will attempt to fingerprint the version and automatically select the correct POST request.

Author(s)

  • CG <cg@carnal0wnage.com>
  • todb <todb@metasploit.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/oracle/isqlplus_login
msf auxiliary(isqlplus_login) > show actions
    ...actions...
msf auxiliary(isqlplus_login) > set ACTION < action-name >
msf auxiliary(isqlplus_login) > show options
    ...show and set options...
msf auxiliary(isqlplus_login) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;