30 lines
735 B
YAML
30 lines
735 B
YAML
id: intelbras-dvr-unauth
|
|
info:
|
|
name: Intelbras DVR - Unrestricted Access
|
|
author: pussycat0x
|
|
severity: low
|
|
description: |
|
|
The HTTP GET request to /cap.js on the server Intelbras DVR reveals several potentially sensitive pieces of information that are not properly protected or encrypted.
|
|
reference:
|
|
- https://github.com/netsecfish/intelbras_cap_js
|
|
metadata:
|
|
verified: true
|
|
fofa-query: "<html><head><title>Intelbras</title>"
|
|
tags: unauth,intelbras,dvr,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cap.js"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "var talkTypes="
|
|
- "var userInfo="
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|