nuclei-templates/technologies/oracle-httpserver12c.yaml

32 lines
530 B
YAML
Raw Normal View History

id: oracle-httpserver12c
2022-11-23 16:17:31 +00:00
info:
name: Oracle HTTPServer12c
2022-11-23 16:17:31 +00:00
author: tess
severity: info
metadata:
verified: true
shodan-query: http.html:"Oracle HTTP Server"
tags: tech,oracle,httpserver
2022-11-23 16:17:31 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-11-23 16:17:31 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Oracle HTTP Server 12c"
2022-11-23 16:17:31 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200