Metasploit Penetration Testing Framework
Oracle Account Discovery.
This module uses a list of well known default authentication credentials to discover easily guessed accounts.
Rank
Authors
- MC < mc [at] metasploit.com >
References
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/admin/oracle/oracle_login
msf auxiliary(oracle_login) > set RHOST [TARGET IP]
msf auxiliary(oracle_login) > run
Module Options
| CSVFILE |
The file that contains a list of default accounts. (default: /usr/lib/msf3/data/wordlists/oracle_default_passwords.csv) |
| RHOST |
The Oracle host. (default: ) |
| RPORT |
The TNS port. (default: 1521) |
| SID |
The sid to authenticate with. (default: ORCL) |
| WORKSPACE |
Specify the workspace for this module |