Skip to content

An exploit for a DVR authentication bypass vulnerability – Demonstrates how attackers can retrieve sensitive information (like user credentials) through crafted requests.

License

Notifications You must be signed in to change notification settings

tausifzaman/cctv-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVR LOGIN BYPASS (CCTV-HACK)

     

An exploit for a DVR authentication bypass vulnerability

DVR_wall

One Line Code

git clone https://github.com/tausifzaman/cctv-hack && cd cctv-hack && pip install -r requirements.txt && python cctv.py

Installation Code

git clone https://github.com/tausifzaman/cctv-hack
cd cctv-hack
pip install -r requirements.txt
python cctv.py

Usages

usage: python cctv.py
or,       python cctv.py --host 109.100.130.57 --port 8000
or,       python cctv.py -m target.txt

[+] Obtaining Exposed credentials

options:
  -h, --help            show this help message and exit
  --host HOST           Host
  --port PORT           Port
  -m MASS, --mass MASS  File with host:port or URL list

Pocs (Output) :

DVR_poc_4

Dork:

DVR_dorks_2 DVR_dorks_3

Possible Banners frontend (web):

DVR_login_1 DVR_login_2 DVR_login_3

Indoor:

DVR_indoor_1 DVR_indoor_2 DVR_indoor_3

About

An exploit for a DVR authentication bypass vulnerability – Demonstrates how attackers can retrieve sensitive information (like user credentials) through crafted requests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages