nuclei-templates/http/exposures/logs/rails-debug-mode.yaml

22 lines
382 B
YAML

id: rails-debug-mode
info:
name: Rails Debug Mode
author: pdteam
severity: medium
tags: debug,rails,exposure
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/{{randstr}}"
matchers:
- type: word
part: body
words:
- "Rails.root:"
- "Action Controller: Exception caught"
condition: and