25 lines
430 B
YAML
25 lines
430 B
YAML
id: samsung-printer-detect
|
|
|
|
info:
|
|
name: SAMSUNG Printer Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
fofa-query: app="SAMSUNG-Printer"
|
|
tags: iot,panel,samsung,printer
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sws/index.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'SyncThru Web Service'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|