Skip to content

diego-tella/HikvisionIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HikvisionIN

A python script that look for hikvision vulnerable cams with a backdoor. Using a valid shodan API key, this script will search for IPs on the internet, using a dork to find HikVision cameras. Once found, it will test to check if it is vulnerable to a backdoor.

Install

git clone https://github.com/diego-tella/HikvisionIN/
cd HikvisionIN
pip install shodan
python script.py

Usage

usage: script.py [-h] [-d DORK] [-s] [-v] -api APITOKEN

-d to define a custom dork.
-s to save snapshots from vulnerable cams.
-v verbose mode.
-api your Shodan API token.
-h help menu.

Example:

python script.py -d "Hikvision 2015" -v -s -api API_TOKEN

About

A python script that look for hikvision vulnerable cams with a backdoor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages