nuclei-templates/http/technologies/versa-flexvnf-server.yaml

40 lines
748 B
YAML
Raw Normal View History

2022-11-24 12:07:30 +00:00
id: versa-flexvnf-server
info:
name: Versa FlexVNF Server
author: c-sh0
severity: info
2022-11-30 05:08:10 +00:00
description: |
Versa FlexVNF Server Detection (magic request params exposes Server signature/version)
2022-11-24 12:07:30 +00:00
reference:
- https://versa-networks.com/products/components/
2022-11-30 05:08:10 +00:00
tags: tech,versa,flexvnf
metadata:
max-request: 1
2022-11-24 12:07:30 +00:00
http:
2022-11-24 12:07:30 +00:00
- method: GET
path:
- "{{BaseURL}}/&?=?"
2022-12-01 11:46:23 +00:00
host-redirects: true
2022-11-24 12:07:30 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: header
words:
- "Server: Versa"
- "FlexVNF"
2022-11-24 13:26:54 +00:00
condition: and
2022-11-24 12:07:30 +00:00
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server