nuclei-templates/http/exposed-panels/monstra-admin-panel.yaml

42 lines
838 B
YAML
Raw Normal View History

2023-01-10 07:01:41 +00:00
id: monstra-admin-panel
info:
name: Monstra Admin Panel - Detect
2023-01-10 07:01:41 +00:00
author: ritikchaddha
severity: info
description: Monstra admin panel was detected.
2023-01-10 07:01:41 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2023-01-10 07:10:27 +00:00
metadata:
max-request: 1
2023-01-10 07:10:27 +00:00
verified: true
shodan-query: http.favicon.hash:419828698
2023-01-10 07:01:41 +00:00
tags: panel,monstra
http:
2023-01-10 07:01:41 +00:00
- method: GET
path:
- "{{BaseURL}}/admin/index.php"
2023-01-10 07:10:27 +00:00
matchers-condition: and
2023-01-10 07:01:41 +00:00
matchers:
- type: word
part: body
words:
- 'content="Monstra Admin Area'
2023-01-10 07:10:27 +00:00
- type: status
status:
- 200
2023-01-10 07:01:41 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'Version ([0-9.]+)'