nuclei-templates/http/exposed-panels/web-viewer-panel.yaml

26 lines
487 B
YAML
Raw Normal View History

2023-03-30 08:53:13 +00:00
id: web-viewer-panel
info:
name: Web Viewer for Samsung DVR - Detect
author: JustaAcat
severity: info
2023-03-30 10:33:55 +00:00
metadata:
max-request: 1
2023-03-30 10:33:55 +00:00
verified: "true"
shodan-query: title:"Web Viewer for Samsung DVR"
2023-03-30 08:53:13 +00:00
tags: panel,web-viewer,detect
http:
2023-03-30 08:53:13 +00:00
- method: GET
path:
- '{{BaseURL}}'
2023-03-30 10:33:55 +00:00
2023-03-30 08:53:13 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-03-30 10:33:55 +00:00
- "<title>Web Viewer for Samsung DVR</title>"
2023-03-30 08:53:13 +00:00
- type: status
status:
2023-03-30 10:33:55 +00:00
- 200