Monstra Admin Panel - Detect
ID: monstra-admin-panel
Severity: info
Author: ritikchaddha
Tags: panel,monstra
Description
Section titled “Description”Monstra admin panel was detected.
YAML Source
Section titled “YAML Source”id: monstra-admin-panel
info: name: Monstra Admin Panel - Detect author: ritikchaddha severity: info description: Monstra admin panel was detected. reference: - https://github.com/monstra-cms/monstra/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:monstra:monstra_cms:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: monstra product: monstra_cms shodan-query: http.favicon.hash:419828698 fofa-query: icon_hash=419828698 tags: panel,monstra
http: - method: GET path: - "{{BaseURL}}/admin/index.php"
matchers-condition: and matchers: - type: word part: body words: - 'content="Monstra Admin Area'
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - 'Version ([0-9.]+)'# digest: 4b0a00483046022100fbacbb5d8aa00799845fae90d2c5443b4f190ae01e8056d8a64817b1b2625558022100c773e9b398d9d8e1a976ed367c3507b341797233ba0d1aa91d2f7cdf148b7059:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/monstra-admin-panel.yaml"