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