aliases:
- Oracle
permalink: spells/oracle-sql-server
tags:
- Application/Oracle
- Application/tnscmd10g
- Application/oscanner
- Application/sidguess
- AttackCycle/ReconnaissanceAdapted from slyth11907 / Cheatsheets / Cheatsheet_Oracle.txt
# Ping an Oracle server, get version information, etc.
#
tnscmd10g $COMMAND -h $IP_ADDRESS
# Enumerate information about an Oracle server
#
oscanner -s $IP_ADDRESS -P $PORT
# Dictionary enumeration of Oracle server SIDs
#
sidguess -i $IP_ADDRESS -d $WORDLIST_FILE
More information about the above tools: