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.
git clone https://github.com/diego-tella/HikvisionIN/
cd HikvisionIN
pip install shodan
python script.py
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.
python script.py -d "Hikvision 2015" -v -s -api API_TOKEN