nuclei-templates/exposed-panels/wiren-board-webui.yaml

41 lines
803 B
YAML
Raw Normal View History

2022-11-07 20:03:44 +00:00
id: wiren-board-webui
info:
name: Wiren Board WebUI Panel - Detect
2022-11-07 20:03:44 +00:00
author: tess
2023-02-06 19:01:22 +00:00
severity: medium
description: Wiren Board WebUI panel was detected.
2023-01-27 14:57:27 +00:00
classification:
2023-02-06 19:01:22 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
cvss-score: 6.5
2023-01-27 14:57:27 +00:00
cwe-id: CWE-200
2022-11-07 20:03:44 +00:00
metadata:
verified: true
shodan-query: http.title:"Wiren Board Web UI"
2022-11-12 07:25:35 +00:00
tags: panel,exposure,wiren
2022-11-07 20:03:44 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/#!/dashboards'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Wiren Board Web UI"
- "accessLevel"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by md on 2023/01/25