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

34 lines
586 B
YAML
Raw Normal View History

2022-11-07 20:03:44 +00:00
id: wiren-board-webui
info:
name: Wiren Board WebUI Exposed
author: tess
severity: low
metadata:
verified: true
shodan-dork: 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