commit
fedbce3805
|
@ -0,0 +1,30 @@
|
|||
id: zebra-printer-detect
|
||||
|
||||
info:
|
||||
name: Zebra Printer Detection
|
||||
author: gy741
|
||||
severity: info
|
||||
reference:
|
||||
- https://www.zebra.com/kr/ko/products/printers.html
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"Zebra Technologies"
|
||||
tags: iot,zebra
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Zebra Technologies'
|
||||
- 'PrintServer'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue