nuclei-templates/http/iot/hp-device-info-detect.yaml

28 lines
491 B
YAML
Raw Normal View History

id: hp-device-info-detect
info:
2023-02-06 13:23:14 +00:00
name: HP Device Info Detection
author: pussycat0x
severity: low
reference: https://www.exploit-db.com/ghdb/6905
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: iot,hp
http:
- method: GET
path:
- "{{BaseURL}}/hp/device/DeviceInformation/View"
2023-10-14 11:27:55 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Device Information"
- "hp"
condition: and
- type: status
status:
2023-02-06 13:23:14 +00:00
- 200