Updated doc

master
7043mcgeep 2019-03-25 22:42:19 -05:00
parent a8ccc7eb25
commit f62e9c2e49
No known key found for this signature in database
GPG Key ID: 08F4925E88C7791A
1 changed files with 0 additions and 10 deletions

View File

@ -8,10 +8,6 @@
5. Set up your MSF environment to support Oracle. You need gem ruby-oci8, as well as Oracle Instant Client. Tutorial here: https://github.com/rapid7/metasploit-framework/wiki/How-to-get-Oracle-Support-working-with-Kali-Linux 5. Set up your MSF environment to support Oracle. You need gem ruby-oci8, as well as Oracle Instant Client. Tutorial here: https://github.com/rapid7/metasploit-framework/wiki/How-to-get-Oracle-Support-working-with-Kali-Linux
6. Make sure you have a database connected to MSF (postgresql). This can be done through `msfdb` tool or through `db_connect` command in `msfconsole`. 6. Make sure you have a database connected to MSF (postgresql). This can be done through `msfdb` tool or through `db_connect` command in `msfconsole`.
## Verification Steps
Example steps in this format (is also in the PR):
1. Start `msfconsole` 1. Start `msfconsole`
2. Do: ```use auxiliary/scanner/oracle/oracle_hashdump.rb``` 2. Do: ```use auxiliary/scanner/oracle/oracle_hashdump.rb```
3. Do: ```run``` 3. Do: ```run```
@ -22,12 +18,6 @@
**DBPASS** **DBPASS**
The password to authenticate with. Change this from TIGER to the password of the privileged user created in step 3 of Preparation. The password to authenticate with. Change this from TIGER to the password of the privileged user created in step 3 of Preparation.
**DBUSER**
The username to authenticate with. Change this from SCOTT to the user you created who is granted privileges to select from the sys.user$ table
**RHOST**
The Oracle host. Change this to the IP address of the DB server.
**RHOSTS** **RHOSTS**
The target address range or CIDR identifier. If no CIDR notation is necessary, keep this value the same as RHOST. The target address range or CIDR identifier. If no CIDR notation is necessary, keep this value the same as RHOST.