nuclei-templates/iot/hp-laserjet-detect.yaml

24 lines
420 B
YAML
Raw Normal View History

2021-03-16 16:50:51 +00:00
id: hp-laserjet-detect
info:
name: HP LaserJet
author: dhiyaneshDk
severity: low
reference:
- https://www.exploit-db.com/ghdb/6459
tags: iot,edb
2021-03-16 16:50:51 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/SSI/index.htm"
matchers-condition: and
matchers:
- type: word
words:
- 'HP LaserJet Professional'
part: body
- type: status
status:
- 200