29 lines
667 B
YAML
29 lines
667 B
YAML
|
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
|