Create rails-admin-dashboard-exposure.yaml

This commit is contained in:
Roberto Nunes
2026-01-26 10:27:52 +09:00
committed by GitHub
parent bb0b9cdb7c
commit af3b6c3cf7

View File

@@ -0,0 +1,32 @@
id: rails-admin-dashboard-exposure
info:
name: RailsAdmin Dashboard Exposure
author: 0x_Akoko
severity: high
description: |
Detected RailsAdmin dashboard was exposed without proper authentication, allowing unauthorized access to data management interface.
reference:
- https://github.com/railsadminteam/rails_admin
metadata:
max-request: 2
verified: true
shodan-query: http.html:"RailsAdmin"
fofa-query: body="RailsAdmin"
tags: rails,admin,exposure,misconfig,panel
http:
- method: GET
path:
- "{{BaseURL}}/admin"
- "{{BaseURL}}/rails_admin"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(body, "<body class=\"rails_admin\"", "rails_admin_sidebar", "rails_admin_content")'
- '!contains_any(body, "Sign in", "Log in", "login_form", "devise")'
condition: and