43 lines
944 B
YAML
43 lines
944 B
YAML
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: 4a0a00473045022100b71e47d4cc1cc63c6a1cf7f17f39acf08f8a854484e7e54831633ca52a90fdaa022060e34c90bf2bf087d56c4797da78432d2c73cef96a12d21821fd949a0646f971:922c64590222798bb761d5b6d8e72950
|