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

27 lines
486 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:
2023-06-04 08:13:42 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-03-30 10:33:55 +00:00
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-10-14 11:27:55 +00:00
- 200