nuclei-templates/misconfiguration/rack-mini-profiler.yaml

23 lines
386 B
YAML
Raw Normal View History

2020-06-01 18:47:29 +00:00
id: rack-mini-profiler
info:
2021-09-20 19:25:11 +00:00
name: rack-mini-profiler environment information disclosure
author: vzamanillo
severity: high
2022-04-26 21:36:21 +00:00
tags: config,debug,rails
requests:
- method: GET
path:
- "{{BaseURL}}/?pp=env"
2020-07-11 06:32:02 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Rack Environment"
2022-04-26 21:36:21 +00:00
- type: status
status:
- 200