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

31 lines
662 B
YAML

id: hp-laserjet-detect
info:
name: HP LaserJet Professional Panel - Detect
author: dhiyaneshDk
severity: info
description: HP LaserJet Professional panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.exploit-db.com/ghdb/6459
tags: iot,edb
requests:
- method: GET
path:
- "{{BaseURL}}/SSI/index.htm"
matchers-condition: and
matchers:
- type: word
words:
- 'HP LaserJet Professional'
part: body
- type: status
status:
- 200
# Enhanced by cs on 2023/03/10