1521 Yaml

This commit is contained in:
CoolHandSquid 2021-08-15 13:33:54 -04:00 committed by GitHub
parent 3f06798973
commit e06869f0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,9 +272,10 @@ Protocol_Name: Oracle #Protocol Abbreviation if there is one.
Port_Number: 1521 #Comma separated if there is more than one.
Protocol_Description: Oracle TNS Listener #Protocol Abbreviation Spelled out
Entry_1:
Name: Notes
Description: Notes for Oracle
Note: """
Note: |
Oracle database (Oracle DB) is a relational database management system (RDBMS) from the Oracle Corporation
#great oracle enumeration tool
@ -287,10 +288,10 @@ cd odat-libc2.12-x86_64/
for more details check https://github.com/quentinhardy/odat/wiki
https://book.hacktricks.xyz/pentesting/1521-1522-1529-pentesting-oracle-listener
"""
Entry_2:
Name: Nmap
Description: Nmap with Oracle Scripts
Command: """nmap --script "oracle-tns-version" -p 1521 -T4 -sV {IP}"""
Command: nmap --script "oracle-tns-version" -p 1521 -T4 -sV {IP}
```