Skip to content

Monitorr Panel - Detect

ID: monitorr-panel

Severity: info

Author: ritikchaddha

Tags: panel,monitorr,detect

id: monitorr-panel
info:
name: Monitorr Panel - Detect
author: ritikchaddha
severity: info
classification:
cpe: cpe:2.3:a:monitorr:monitorr:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: monitorr
product: monitorr
shodan-query: http.favicon.hash:-211006074
fofa-query: icon_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
# digest: 490a0046304402202d6628242a57d6e0b28cf25c8f19b51da86519e78ee19c5674c4abb337de19ff02200d75980b33d4acca014122a94c4d5b0ba9a35d8cb515944332ca713c2311e452:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/monitorr-panel.yaml"

View on Github