Skip to content

Clave Login Panel - Detect

ID: clave-login-panel

Severity: info

Author: __Fazal

Tags: panel,clave,login

Clave login panel was detected.

id: clave-login-panel
info:
name: Clave Login Panel - Detect
author: __Fazal
severity: info
description: Clave login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,clave,login
http:
- method: GET
path:
- '{{BaseURL}}/admin.php'
host-redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Clave"
# digest: 4b0a004830460221009b28c4ca6082fe4d7fe0d7e2607f81878386c3d530d081546e5f8d695526e57602210090f6be5d9a69a4f084441fae3771740292571f8d1c077a3090772a36663be15d: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/clave-login-panel.yaml"

View on Github