Create monitorr-panel.yaml

patch-1
Ritik Chaddha 2024-04-25 16:16:33 +05:30 committed by GitHub
parent fa711a5560
commit 0c4a63edfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
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