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

29 lines
518 B
YAML
Raw Normal View History

2022-11-09 17:46:30 +00:00
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
http:
2022-11-09 17:46:30 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-10 18:30:29 +00:00
- "System Properties:"
2022-11-09 17:46:30 +00:00
- "Environment Variables:"
condition: and
- type: status
status:
- 200