Skip to content

Web Viewer for Samsung DVR - Detect

ID: web-viewer-panel

Severity: info

Author: JustaAcat

Tags: panel,web-viewer,detect,samsung

id: web-viewer-panel
info:
name: Web Viewer for Samsung DVR - Detect
author: JustaAcat
severity: info
classification:
cpe: cpe:2.3:h:samsung:dvr:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: samsung
product: dvr
shodan-query:
- title:"Web Viewer for Samsung DVR"
- http.title:"web viewer for samsung dvr"
fofa-query: title="web viewer for samsung dvr"
google-query: intitle:"web viewer for samsung dvr"
tags: panel,web-viewer,detect,samsung
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Web Viewer for Samsung DVR</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100b53c6ac69090fe463e17d9d8ca7d81a39c10a4000ef705742ac2bc708a5112ab02202c3509169ae65dee3e3e94c0d94afaa9fa6b7063d7448fd1f4008e713d83f598:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/web-viewer-panel.yaml"

View on Github