Create versa-flexvnf-server.yaml
parent
55f142ce37
commit
db119cfbf2
|
@ -0,0 +1,37 @@
|
||||||
|
id: versa-flexvnf-server
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Versa FlexVNF Server
|
||||||
|
description: Versa FlexVNF Server Detection (magic request params exposes Server signature/version)
|
||||||
|
author: c-sh0
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://versa-networks.com/products/components/
|
||||||
|
tags: tech,versa,flexvnf,sdwan
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/&?=?"
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue