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

36 lines
644 B
YAML
Raw Normal View History

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