31 lines
628 B
YAML
31 lines
628 B
YAML
id: contacam
|
|
|
|
info:
|
|
name: ContaCam Snapshot Images - Detect
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
description: ContaCam snapshot images were detected.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6831
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
tags: edb,iot
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>ContaCam</title>'
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs on 2023/03/10
|