Add files via upload
parent
647677f0ab
commit
add5b904ca
|
@ -0,0 +1,20 @@
|
||||||
|
id: hp-device-info-detect
|
||||||
|
info:
|
||||||
|
name: HP LaserJet
|
||||||
|
author: pussycat0x
|
||||||
|
severity: low
|
||||||
|
reference: https://www.exploit-db.com/ghdb/6905
|
||||||
|
tags: iot,hp
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/hp/device/DeviceInformation/View"
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Device Information"
|
||||||
|
- "hp"
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue