33 lines
956 B
YAML
33 lines
956 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
|
|
max-request: 1
|
|
fofa-query: "body=\"Intelbras\""
|
|
tags: unauth,intelbras,dvr,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cap.js"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "var talkTypes="
|
|
- "var userInfo="
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022077d5d1b902ad52b3226bffb1c6932c3ea938ff178fbf2125c0188685fbff38d0022066fb0937444d9aca9350bbcbd4c4bbe1aa9c92bd5e3295b45072eb27db979280:922c64590222798bb761d5b6d8e72950 |