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

37 lines
776 B
YAML

id: hp-color-laserjet-detect
info:
name: HP Color LaserJet detection
author: idealphase
severity: info
reference:
- http://www.hp.com/
- https://www.hp.com/us-en/shop/cv/printers
metadata:
shodan-query: http.title:"HP Color LaserJet"
google-query: intitle:"HP Color LaserJet"
tags: iot,hp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>HP Color LaserJet"
- '<td class="mastheadTitle"><h1>HP Color LaserJet'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<td class="mastheadTitle"><h1>HP Color LaserJet (.+)<\/h1><\/td>'