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

26 lines
588 B
YAML
Raw Normal View History

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