Skip to content

Versa Director Login Panel - Detect

ID: versa-director-login

Severity: info

Author: c-sh0

Tags: panel,versa,director

Versa Director login panel was detected.

id: versa-director-login
info:
name: Versa Director Login Panel - Detect
author: c-sh0
severity: info
description: Versa Director login panel was detected.
reference:
- https://versa-networks.com/products/components/
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
cpe: cpe:2.3:a:versa-networks:versa_director:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"VERSA DIRECTOR Login"
product: versa_director
vendor: versa-networks
tags: panel,versa,director
http:
- method: GET
path:
- "{{BaseURL}}/versa/login"
matchers-condition: and
matchers:
- type: word
words:
- "VERSA DIRECTOR"
- "Login"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100e8b5889b068284f275f0cce2d707883c735736774f35f0065d52f6f5668c93ed022052f320b9219b39dd34e0794227c136e305fd030bab04b6ec4b466d7c41e45381: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/versa/versa-director-login.yaml"

View on Github