nuclei-templates/http/iot/contacam.yaml

33 lines
655 B
YAML
Raw Normal View History

2021-03-16 16:36:54 +00:00
id: contacam
info:
2023-03-08 16:37:00 +00:00
name: ContaCam Snapshot Images - Detect
2021-03-16 16:36:54 +00:00
author: dhiyaneshDk
2023-03-10 18:46:37 +00:00
severity: medium
2023-03-08 16:37:00 +00:00
description: ContaCam snapshot images were detected.
reference:
- https://www.exploit-db.com/ghdb/6831
2023-03-10 18:46:37 +00:00
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
metadata:
max-request: 1
2021-03-16 16:36:54 +00:00
http:
2021-03-16 16:36:54 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>ContaCam</title>'
part: body
- type: status
status:
- 200
2023-03-08 16:37:00 +00:00
2023-03-10 18:46:37 +00:00
# Enhanced by cs on 2023/03/10