nuclei-templates/exposed-panels/samsung-printer-detect.yaml

25 lines
465 B
YAML
Raw Normal View History

2021-10-20 22:54:31 +00:00
id: samsung-printer-detect
2021-10-19 15:08:03 +00:00
info:
name: SAMSUNG Printer Detection
author: pussycat0x
severity: info
2022-01-03 16:06:23 +00:00
tags: iot,panel,samsung
2021-10-19 15:08:03 +00:00
metadata:
2021-10-22 17:54:21 +00:00
fofa-query: 'app="SAMSUNG-Printer"'
2021-10-20 22:54:31 +00:00
2021-10-19 15:08:03 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sws/index.html"
2021-10-20 22:54:31 +00:00
2021-10-19 15:08:03 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title> SyncThru Web Service </title>'
2021-10-20 22:54:31 +00:00
2021-10-19 15:08:03 +00:00
- type: status
status:
2022-01-03 16:06:23 +00:00
- 200