Script oracle-sid-brute
Script types:
portrule
Categories:
intrusive, brute
Download: https://svn.nmap.org/nmap/scripts/oracle-sid-brute.nse
Script Summary
Guesses Oracle instance/SID names against the TNS-listener.
If the oraclesids
script argument is not used to specify an
alternate file, the default oracle-sids
file will be used.
License to use the oracle-sids
file was granted by its
author, Alexander Kornbrust (http://seclists.org/nmap-dev/2009/q4/645).
Script Arguments
- oraclesids
A file containing SIDs to try.
Example Usage
nmap --script=oracle-sid-brute --script-args=oraclesids=/path/to/sidfile -p 1521-1560 <host> nmap --script=oracle-sid-brute -p 1521-1560 <host>
Script Output
PORT STATE SERVICE REASON 1521/tcp open oracle syn-ack | oracle-sid-brute: | orcl | prod |_ devel
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html