Skip to content

V2924 Admin Login Panel - Detect

ID: v2924-admin-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,v2924

V2924 admin login panel was detected.

id: v2924-admin-panel
info:
name: V2924 Admin Login Panel - Detect
author: DhiyaneshDK
severity: info
description: V2924 admin login panel was detected.
reference:
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5538760399521122
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:
verified: true
max-request: 1
shodan-query: title:"V2924"
tags: panel,v2924
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>V2924</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 4a0a00473045022100e3761b7d17fe6e757f1ef2093b8d4bec8e0cea26bd73088ccb1c755ee3c45c49022073bf88ad037d1af55ae93381e22dd60ae62657c95e17d0d63056c198edbcbb51: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/v2924-admin-panel.yaml"

View on Github