19 lines
358 B
YAML
19 lines
358 B
YAML
id: network-camera-detect
|
|
|
|
info:
|
|
name: Various Online Devices Detection (Network Camera)
|
|
author: iamthefrogy
|
|
severity: info
|
|
tags: iot
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/CgiStart?page=Single"
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- <TITLE>Network Camera</TITLE>
|