nuclei-templates/http/iot/mobotix-guest-camera.yaml

30 lines
633 B
YAML
Raw Normal View History

2021-03-30 16:30:38 +00:00
id: mobotix-guest-camera
info:
name: MOBOTIX Guest Camera Live View - Detect
2021-03-30 16:30:38 +00:00
author: dhiyaneshDK
severity: info
2023-03-10 20:00:55 +00:00
description: MOBOTIX Guest Camera live view was detected.
reference:
- https://www.exploit-db.com/ghdb/6848
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: iot,edb
metadata:
max-request: 1
2021-03-30 16:30:38 +00:00
http:
2021-03-30 16:30:38 +00:00
- method: GET
path:
- '{{BaseURL}}/cgi-bin/guestimage.html'
matchers-condition: and
matchers:
- type: word
words:
- 'MOBOTIX'
2023-07-06 05:54:47 +00:00
2021-03-30 16:30:38 +00:00
- type: status
status:
2023-07-06 05:54:47 +00:00
- 200