nuclei-templates/exposures/files/oracle-test-cgi.yaml

32 lines
560 B
YAML
Raw Normal View History

2022-08-08 07:46:21 +00:00
id: oracle-test-cgi
info:
name: Oracle Application Server test-cgi Page
author: DhiyaneshDk
2022-08-08 20:31:28 +00:00
severity: info
2022-08-08 07:46:21 +00:00
metadata:
verified: true
shodan-query: title:"Oracle Application Server"
tags: oracle,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/test-cgi"
matchers-condition: and
matchers:
- type: word
part: body
2022-08-08 20:31:28 +00:00
words:
- "SERVER_SOFTWARE ="
2022-08-08 07:46:21 +00:00
- type: word
2022-08-08 20:31:28 +00:00
part: header
2022-08-08 07:46:21 +00:00
words:
- "text/plain"
- type: status
status:
- 200