nuclei-templates/http/iot/zebra-printer-detect.yaml

32 lines
571 B
YAML
Raw Normal View History

id: zebra-printer-detect
info:
2022-11-12 07:02:46 +00:00
name: Zebra Printer Detect
author: gy741
severity: info
reference:
- https://www.zebra.com/kr/ko/products/printers.html
2022-11-10 23:54:30 +00:00
metadata:
max-request: 1
2022-11-10 23:54:30 +00:00
verified: true
shodan-query: html:"Zebra Technologies"
2022-11-12 07:02:46 +00:00
tags: iot,zebra,printer
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Zebra Technologies'
2022-11-10 23:54:30 +00:00
- 'PrintServer'
condition: and
- type: status
status:
- 200