30 lines
686 B
YAML
30 lines
686 B
YAML
id: hp-device-info-detect
|
|
|
|
info:
|
|
name: HP Device Info Detection
|
|
author: pussycat0x
|
|
severity: low
|
|
reference: https://www.exploit-db.com/ghdb/6905
|
|
metadata:
|
|
max-request: 1
|
|
tags: iot,hp
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/hp/device/DeviceInformation/View"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Device Information"
|
|
- "hp"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450221009ef90296c08af17225650eea1128016a1bbbe7bea6922369baf74fda8f42ad5d02204af452de62f72e34736eb587a70a5b08b0c056815a2843a6b86274267f9ce721:922c64590222798bb761d5b6d8e72950
|