nuclei-templates/http/exposed-panels/mitric-checker-panel.yaml

29 lines
667 B
YAML
Raw Normal View History

2024-04-07 18:06:38 +00:00
id: mitric-checker-panel
info:
name: Mitric Checker Login Panel - Detect
author: righettod
severity: info
description: |
Mitric Checker login panel was detected.
reference:
- https://www.mitric.com/en/audit-with-checker/
metadata:
max-request: 1
verified: true
tags: panel,mitric,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/QSA/Login.aspx"
- "{{BaseURL}}/API/External/GetPrivacy"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "/checker/", "bg-blue-checker", "checker platform")'
condition: and