Skip to content

Various Online Devices Detection (Network Camera)

ID: network-camera-detect

Severity: info

Author: iamthefrogy

Tags: iot

Network camera panel was detected.

id: network-camera-detect
info:
name: Various Online Devices Detection (Network Camera)
author: iamthefrogy
severity: info
description: Network camera panel was detected.
metadata:
max-request: 1
tags: iot
http:
- method: GET
path:
- "{{BaseURL}}/CgiStart?page=Single"
host-redirects: true
max-redirects: 2
matchers:
- type: word
words:
- <TITLE>Network Camera</TITLE>
# digest: 490a00463044022021366537ae16cdfd467d5eb707d713e0f7220bba58d6968683aa0e1335e4b4ac02204317a6ed3d2053c4dfa0e930af75555ab4fc67184b0ccdfd2c75978488858b07: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/iot/network-camera-detect.yaml"

View on Github