Skip to content

Mitric Checker Login Panel - Detect

ID: mitric-checker-panel

Severity: info

Author: righettod

Tags: panel,mitric,login,detect

Mitric Checker login panel was detected.

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:
verified: true
max-request: 2
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
# digest: 4a0a00473045022100b22004e949ccd49fe0bbaf1026e050ccd50c110dd8d7f94c793c886ba93cacb102203a7aeaa99d5704ba1df1e4e742687c0a6250eae6e89aaaf0d3aab5e0872fc30c: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/mitric-checker-panel.yaml"

View on Github