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

31 lines
618 B
YAML
Raw Normal View History

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