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

36 lines
644 B
YAML

id: monstra-admin-panel
info:
name: Monstra Admin Panel
author: ritikchaddha
severity: info
reference:
- https://github.com/monstra-cms/monstra/
metadata:
verified: true
shodan-query: http.favicon.hash:419828698
tags: panel,monstra
requests:
- 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.]+)'