Indentation -fix

patch-1
pussycat0x 2023-10-20 00:37:50 +05:30 committed by GitHub
parent 03defedb6e
commit 9529797a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -1,30 +1,29 @@
id: oracle-tns-listner
id: oracle-tns-listener
info:
name: Oracle TNS Listener - Detect
author: pussycat0x
severity: info
description: |
Oracle clients communicate with the database using the Transparent Network Substrate (TNS) protocol. When the listener receives a connection request (tcp port 1521, by default), it starts up a new database process and establishes a connection between the client and the database
Oracle clients communicate with the database using the Transparent Network Substrate (TNS) protocol. When the listener receives a connection request (tcp port 1521, by default), it starts up a new database process and establishes a connection between the client and the database.
reference:
- https://www.tenable.com/plugins/nessus/110053
metadata:
verified: true
shodan-query: product:"Oracle TNS Listener"
tags: js,oracle,tns,network
tags: js, oracle, tns, network
javascript:
- code: |
- code: |
var m = require("nuclei/oracle");
var c = m.OracleClient();
var response = c.IsOracle(Host, Port);
log(to_json(response));
args:
args:
Host: "{{Host}}"
Port: "1521"
extractors:
extractors:
- type: regex
name: Version
regex: