Rapid7 Vulnerability & Exploit Database

Oracle Database Enumeration

Back to Search

Oracle Database Enumeration

Created
05/30/2018

Description

This module provides a simple way to scan an Oracle database server for configuration parameters that may be useful during a penetration test. Valid database credentials must be provided for this module to run.

Author(s)

  • Carlos Perez <carlos_perez@darkoperator.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/admin/oracle/oraenum
msf auxiliary(oraenum) > show actions
    ...actions...
msf auxiliary(oraenum) > set ACTION < action-name >
msf auxiliary(oraenum) > show options
    ...show and set options...
msf auxiliary(oraenum) > 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

;