Skip to content

Versa FlexVNF Panel - Detect

ID: versa-flexvnf-panel

Severity: info

Author: c-sh0

Tags: panel,versa,flexvnf

Versa FlexVNF panel was detected.

id: versa-flexvnf-panel
info:
name: Versa FlexVNF Panel - Detect
author: c-sh0
severity: info
description: Versa FlexVNF 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
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Flex VNF Web-UI"
tags: panel,versa,flexvnf
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Flex VNF Web-UI"
- type: status
status:
- 200
# digest: 4b0a004830460221009a242c133440b46176284c3370729c6a56310fb5bfba378d573390256f4ca40f022100bcd87544d64e52959b3124bb0026f0327c6044db71a2aae90aaa58705b4351fb: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-flexvnf-panel.yaml"

View on Github