nuclei-templates/exposures/configs/oracle-cgi-printenv.yaml

31 lines
614 B
YAML
Raw Normal View History

2022-08-07 16:09:25 +00:00
id: oracle-cgi-printenv
info:
name: Oracle CGI printenv Information Disclosure
author: DhiyaneshDk
severity: medium
reference:
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/OracleCGIPrintEnv.java
tags: oracle,config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/printenv"
matchers-condition: and
matchers:
- type: word
words:
- "DOCUMENT_ROOT"
part: body
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200