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
|
2023-12-22 10:04:09 +00:00
|
|
|
description: Rails debug mode is enabled.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: debug,rails,exposure,intrusive
|
2021-01-10 13:11:25 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-01-10 13:11:25 +00:00
|
|
|
- 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"
|
2023-10-14 11:27:55 +00:00
|
|
|
condition: and
|
2023-12-29 09:57:30 +00:00
|
|
|
# digest: 4a0a00473045022032b4ac1b752bc49bad211b086747a6b513069249d0119c514d0c5bb4273ce0f3022100bb3cffbab5dc40220beeb5c9a33a8b54794e5ab5086e8ec6aacbe479ec7c94a6:922c64590222798bb761d5b6d8e72950
|