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

37 lines
737 B
YAML
Raw Normal View History

2022-11-25 08:44:48 +00:00
id: versa-flexvnf-panel
2022-11-24 12:11:08 +00:00
info:
name: Versa FlexVNF Panel - Detect
2022-11-24 12:11:08 +00:00
author: c-sh0
severity: info
description: Versa FlexVNF panel was detected.
2022-11-24 12:11:08 +00:00
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
2022-11-24 12:11:08 +00:00
metadata:
max-request: 1
2022-11-25 08:44:48 +00:00
verified: true
2022-11-24 12:11:08 +00:00
shodan-query: http.title:"Flex VNF Web-UI"
2022-11-25 08:44:48 +00:00
tags: panel,versa,flexvnf
2022-11-24 12:11:08 +00:00
http:
2022-11-24 12:11:08 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-25 08:44:48 +00:00
- "<title>Flex VNF Web-UI"
2022-11-24 12:11:08 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/20