Files
nuclei-templates/exposed-panels/active-admin-exposure.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

26 lines
519 B
YAML

id: active-admin-exposure
info:
name: ActiveAdmin Admin Dasboard Exposure
author: pdteam
severity: info
description: An ActiveAdmin Admin dashboard was discovered.
reference:
- https://activeadmin.info/
classification:
cwe-id: CWE-200
tags: panel,activeadmin
requests:
- method: GET
path:
- '{{BaseURL}}/admin/login'
matchers:
- type: word
words:
- "active_admin_content"
- "active_admin-"
condition: and
# Enhanced by mp on 2022/03/22