nuclei-templates/misconfiguration/hp/unauthorized-printer-hp.yaml

26 lines
563 B
YAML

id: unauthorized-printer-hp
info:
name: Unauthorized HP office pro printer
author: pussycat0x,r3naissance
severity: high
metadata:
shodan-dork: http.title:"Hp Officejet pro"
tags: hp,iot,unauth
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/hp/device/webAccess/index.htm?content=security"
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>(HP Officejet Pro([ 0-9A-Za-z]+)|HP Designjet([ 0-9A-Za-z]+).*)<\/title>'
- type: status
status:
- 200