IP Webcam Viewer Page - Detect
ID: ip-webcam
Severity: low
Author: gy741
Tags: webcam,iot,detect
Description
Section titled “Description”Searches for exposed webcams by querying the endpoint and the existence of IP Webcam in the body.
YAML Source
Section titled “YAML Source”id: ip-webcam
info: name: IP Webcam Viewer Page - Detect author: gy741 severity: low description: | Searches for exposed webcams by querying the endpoint and the existence of IP Webcam in the body. metadata: verified: true max-request: 1 shodan-query: http.favicon.hash:-601917817 tags: webcam,iot,detect
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: word part: body words: - '<title>IP Webcam</title>' - 'Pavel Khlebovich' condition: and# digest: 490a0046304402202755b039f18d5ed6a72f17da3477831bc804b22ba5283eb34e7fb8c2e478e8ab02202b1d23f01bd2225092f5d9570e03eaa2ee555d778370c0c5b855efaacbc5d2ac:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/iot/ip-webcam.yaml"