2022-03-27 14:52:41 +00:00
|
|
|
id: hp-color-laserjet-detect
|
|
|
|
|
|
|
|
info:
|
2022-09-29 05:55:24 +00:00
|
|
|
name: HP Color LaserJet Detection
|
2022-06-16 21:55:54 +00:00
|
|
|
author: idealphase,gy741
|
2022-03-27 14:52:41 +00:00
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- http://www.hp.com/
|
|
|
|
- https://www.hp.com/us-en/shop/cv/printers
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-09-29 05:55:24 +00:00
|
|
|
verified: true
|
2022-03-27 14:52:41 +00:00
|
|
|
shodan-query: http.title:"HP Color LaserJet"
|
|
|
|
google-query: intitle:"HP Color LaserJet"
|
|
|
|
tags: iot,hp
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-27 14:52:41 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2022-09-29 05:55:24 +00:00
|
|
|
- "{{BaseURL}}/hp/device/this.LCDispatcher"
|
2022-03-27 14:52:41 +00:00
|
|
|
|
2022-09-29 05:55:24 +00:00
|
|
|
stop-at-first-match: true
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
2022-03-27 14:52:41 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-09-29 05:55:24 +00:00
|
|
|
- "HP Color LaserJet"
|
2022-03-27 14:52:41 +00:00
|
|
|
- '<td class="mastheadTitle"><h1>HP Color LaserJet'
|
2022-06-16 21:55:54 +00:00
|
|
|
- '<strong class="product">HP Color LaserJet'
|
2022-09-28 01:01:14 +00:00
|
|
|
- '<a href="info_deviceStatus.html?'
|
2022-09-29 05:55:24 +00:00
|
|
|
condition: or
|
2022-03-27 14:52:41 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '<td class="mastheadTitle"><h1>HP Color LaserJet (.+)<\/h1><\/td>'
|