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

25 lines
432 B
YAML
Raw Normal View History

2021-07-13 20:58:45 +00:00
id: oracle-http-server-12c
info:
name: Oracle HTTP Server 12c
author: dhiyaneshDK
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Oracle HTTP Server 12c"
2021-07-13 20:58:45 +00:00
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