From e06869f0e89d064635ab3cb463ca6d9143aba03d Mon Sep 17 00:00:00 2001 From: CoolHandSquid <42553774+CoolHandSquid@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:33:54 -0400 Subject: [PATCH] 1521 Yaml --- .../README.md | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/pentesting/1521-1522-1529-pentesting-oracle-listener/README.md b/pentesting/1521-1522-1529-pentesting-oracle-listener/README.md index 718c6599..503326b4 100644 --- a/pentesting/1521-1522-1529-pentesting-oracle-listener/README.md +++ b/pentesting/1521-1522-1529-pentesting-oracle-listener/README.md @@ -272,25 +272,26 @@ 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 -Name: Notes -Description: Notes for Oracle -Note: """ -Oracle database (Oracle DB) is a relational database management system (RDBMS) from the Oracle Corporation +Entry_1: + Name: Notes + Description: Notes for Oracle + Note: | + Oracle database (Oracle DB) is a relational database management system (RDBMS) from the Oracle Corporation -#great oracle enumeration tool -navigate to https://github.com/quentinhardy/odat/releases/ -download the latest -tar -xvf odat-linux-libc2.12-x86_64.tar.gz -cd odat-libc2.12-x86_64/ -./odat-libc2.12-x86_64 all -s 10.10.10.82 + #great oracle enumeration tool + navigate to https://github.com/quentinhardy/odat/releases/ + download the latest + tar -xvf odat-linux-libc2.12-x86_64.tar.gz + cd odat-libc2.12-x86_64/ + ./odat-libc2.12-x86_64 all -s 10.10.10.82 -for more details check https://github.com/quentinhardy/odat/wiki + for more details check https://github.com/quentinhardy/odat/wiki -https://book.hacktricks.xyz/pentesting/1521-1522-1529-pentesting-oracle-listener -""" + https://book.hacktricks.xyz/pentesting/1521-1522-1529-pentesting-oracle-listener -Name: Nmap -Description: Nmap with Oracle Scripts -Command: """nmap --script "oracle-tns-version" -p 1521 -T4 -sV {IP}""" +Entry_2: + Name: Nmap + Description: Nmap with Oracle Scripts + Command: nmap --script "oracle-tns-version" -p 1521 -T4 -sV {IP} ```