Create zebra-printer-detect
Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>patch-1
parent
23df8bf622
commit
55970869d6
|
@ -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
|
Loading…
Reference in New Issue