2021-01-10 13:11:25 +00:00
|
|
|
id: rails-debug-mode
|
|
|
|
|
|
|
|
info:
|
2022-04-26 21:36:21 +00:00
|
|
|
name: Rails Debug Mode
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: medium
|
2022-04-26 21:36:21 +00:00
|
|
|
tags: debug,rails,exposure
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-04-26 21:36:21 +00:00
|
|
|
- "{{BaseURL}}/{{randstr}}"
|
|
|
|
|
2021-01-10 13:11:25 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-04-26 21:36:21 +00:00
|
|
|
part: body
|
2021-01-10 13:11:25 +00:00
|
|
|
words:
|
|
|
|
- "Rails.root:"
|
|
|
|
- "Action Controller: Exception caught"
|
2022-04-26 21:36:21 +00:00
|
|
|
condition: and
|