nuclei-templates/http/misconfiguration/intelbras-dvr-unauth.yaml

30 lines
735 B
YAML
Raw Normal View History

2024-04-09 17:38:47 +00:00
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