38 lines
838 B
YAML
38 lines
838 B
YAML
id: hp-color-laserjet-detect
|
|
|
|
info:
|
|
name: HP Color LaserJet detection
|
|
author: idealphase,gy741
|
|
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'
|
|
- '<strong class="product">HP Color LaserJet'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<td class="mastheadTitle"><h1>HP Color LaserJet (.+)<\/h1><\/td>'
|