Create zebra-printer-detect

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
patch-1
GwanYeong Kim 2022-09-28 10:19:12 +09:00
parent 23df8bf622
commit 55970869d6
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: zebra-printer-detect
info:
name: Zebra Printer detection
author: gy741
severity: info
reference:
- https://www.zebra.com/kr/ko/products/printers.html
tags: iot,zebra
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'https://www.zebra.com'
- 'www.zebra.com/support.html'
- 'config.html'
- 'Zebra Technologies'
condition: and
- type: status
status:
- 200