Versa FlexVNF Server
ID: versa-flexvnf-server
Severity: info
Author: c-sh0
Tags: tech,versa,flexvnf
Description
Section titled “Description”Versa FlexVNF Server Detection (magic request params exposes Server signature/version)
YAML Source
Section titled “YAML Source”id: versa-flexvnf-server
info: name: Versa FlexVNF Server author: c-sh0 severity: info description: | Versa FlexVNF Server Detection (magic request params exposes Server signature/version) reference: - https://versa-networks.com/products/components/ metadata: max-request: 1 tags: tech,versa,flexvnf
http: - method: GET path: - "{{BaseURL}}/&?=?"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: header words: - "Server: Versa" - "FlexVNF" condition: and
- type: status status: - 200
extractors: - type: kval part: header kval: - Server# digest: 4b0a00483046022100faabf9f2fd4156710e415ed0ba6c3d590a956b04a8088eee647327337c63d99b022100f4f1cc4bbb1c4f7ee8b6593f4741a2d78c82559d1aa61809f0f9b8b13e738f3b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/versa-flexvnf-server.yaml"