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