nuclei-templates/technologies/oracle/oracle-http-server-12c.yaml

25 lines
432 B
YAML

id: oracle-http-server-12c
info:
name: Oracle HTTP Server 12c
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Oracle HTTP Server 12c"
tags: tech,oracle
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Oracle HTTP Server 12c</title>'
- type: status
status:
- 200