nuclei-templates/misconfiguration/system-properties-exposure....

29 lines
522 B
YAML

id: system-properties-exposure
info:
name: System Properties Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"System Properties"
tags: misconfig,system,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "System Properties:"
- "Environment Variables:"
condition: and
- type: status
status:
- 200