nuclei-templates/http/exposed-panels/monitorr-panel.yaml

25 lines
528 B
YAML
Raw Normal View History

2024-04-25 10:46:33 +00:00
id: monitorr-panel
info:
name: Monitorr Panel - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 1
fofa-query: icon_hash="-211006074"
shodan-query: http.favicon.hash:-211006074
tags: panel,monitorr,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(body, "content=\"Monitorr", "Monitorr is loading", "title=\"Monitorr Settings")'
condition: and