Skip to content

MOBOTIX Guest Camera Live View - Detect

ID: mobotix-guest-camera

Severity: info

Author: dhiyaneshDK

Tags: iot,edb

MOBOTIX Guest Camera live view was detected.

id: mobotix-guest-camera
info:
name: MOBOTIX Guest Camera Live View - Detect
author: dhiyaneshDK
severity: info
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: iot,edb
http:
- method: GET
path:
- '{{BaseURL}}/cgi-bin/guestimage.html'
matchers-condition: and
matchers:
- type: word
words:
- 'MOBOTIX'
- type: status
status:
- 200
# digest: 4a0a00473045022100c50159e4608952b11e3e9b391fccf20395ff0a5af4dd32c9a12bd9e407dc52a80220559b1a50b3b11a270792beb04761fff211f0524f6dcf764adf01f18f9f4023d3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/mobotix-guest-camera.yaml"

View on Github