Skip to content

Wiren Board WebUI Panel - Detect

ID: wiren-board-webui

Severity: medium

Author: tess

Tags: panel,exposure,wiren

Wiren Board WebUI panel was detected.

id: wiren-board-webui
info:
name: Wiren Board WebUI Panel - Detect
author: tess
severity: medium
description: Wiren Board WebUI panel was detected.
classification:
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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Wiren Board Web UI"
tags: panel,exposure,wiren
http:
- 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
# digest: 4b0a00483046022100eefe2c2a78277b54168aa5d8f459bbd178edc8e668ee8fc68a47c0df8b70ccea022100ed37d0b7abc435375c070a30a126341c2fbe7df3b889027565af9781ceeb64bd:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/wiren-board-webui.yaml"

View on Github