Merge pull request #130 from vzamanillo/rack-miniprofiler-missconfiguration
rack-mini-profiler environment information discloure detection templatepatch-1
commit
a8f8a357ab
|
@ -0,0 +1,18 @@
|
||||||
|
id: rack-mini-profiler
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: rack-mini-profiler environmnet information discloure
|
||||||
|
author: vzamanillo
|
||||||
|
severity: high
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/?pp=env"
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Rack Environment"
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue