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