Merge pull request #9534 from projectdiscovery/pussycat0x-patch-9
Create intelbras-dvr-unauth.yamlpatch-1
commit
88128dc878
|
@ -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
|
Loading…
Reference in New Issue