nuclei-templates/misconfiguration/iot-vdme-simulator.yaml

45 lines
1001 B
YAML
Raw Normal View History

2022-10-17 21:58:28 +00:00
id: iot-vdme-simulator
info:
name: IoT vDME Simulator Panel - Detect
2022-10-17 21:58:28 +00:00
author: tess
severity: low
description: |
loT vDME Simulator panel was detected. Exposure IoT vDME Simulator panel allows anonymous access to create new Items.
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-10-17 21:58:28 +00:00
metadata:
verified: true
shodan-query: http.title:"IoT vDME Simulator"
2022-10-18 07:48:15 +00:00
tags: exposure,misconfig,panel
2022-10-17 21:58:28 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-10-18 07:48:15 +00:00
- '{{BaseURL}}:9998'
2022-10-17 21:58:28 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>IoT vDME Simulator</title>'
- 'Configuration Repository'
- 'Current configuration'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29