nuclei-templates/exposed-panels/versa/versa-flexvnf-panel.yaml

36 lines
722 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: http.title:"Flex VNF Web-UI"
tags: panel,versa,flexvnf
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Flex VNF Web-UI"
- type: status
status:
- 200
# Enhanced by md on 2023/01/20