Merge pull request #9534 from projectdiscovery/pussycat0x-patch-9

Create intelbras-dvr-unauth.yaml
patch-1
Dhiyaneshwaran 2024-04-10 11:30:52 +05:30 committed by GitHub
commit 88128dc878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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: body="Intelbras"
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