34 lines
766 B
YAML
34 lines
766 B
YAML
id: zebra-printer-detect
|
|
|
|
info:
|
|
name: Zebra Printer Detect
|
|
author: gy741
|
|
severity: info
|
|
reference:
|
|
- https://www.zebra.com/kr/ko/products/printers.html
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Zebra Technologies"
|
|
tags: iot,zebra,printer
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Zebra Technologies'
|
|
- 'PrintServer'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100912f0f38f8f05f1a6c50390fcee4c18451ee4a88639b16917ef1339c616283de02201e35e3fb85eb49824ed45de8687d0e1562f5a47d9432f4db40f45d21dbef97ff:922c64590222798bb761d5b6d8e72950
|