Create web-viewer-panel.yaml
parent
f8719e83a4
commit
bbf2f91780
|
@ -0,0 +1,22 @@
|
||||||
|
id: web-viewer-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Web Viewer for Samsung DVR - Detect
|
||||||
|
author: JustaAcat
|
||||||
|
severity: info
|
||||||
|
tags: panel,web-viewer,detect
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<title>Web Viewer for Samsung DVR"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue