nuclei-templates/iot/upnp-device.yaml

35 lines
680 B
YAML
Raw Normal View History

2021-04-01 14:24:35 +00:00
id: upnp-device-detect
info:
name: Detect Basic uPNP Device
author: geeknik
severity: info
reference:
- https://www.upnp.org/specs/basic/UPnP-basic-Basic-v1-Device.pdf
2021-04-02 12:25:39 +00:00
tags: upnp,iot
2021-04-01 14:24:35 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "urn:schemas-upnp-org:device-1-0"
- "<deviceType>"
- "<modelName>"
part: body
condition: and
extractors:
- type: regex
name: model
regex:
- <modelName>.*</modelName>
- <modelNumber>.*</modelNumber>