An open API service indexing awesome lists of open source software.

https://github.com/krakodjaba/hikvisonin-ng

This script scans a specified range of IP addresses for vulnerable Hikvision cameras using common ports (80, 554, 8080). If a vulnerable camera is found, it attempts to download a snapshot from it.
https://github.com/krakodjaba/hikvisonin-ng

Last synced: about 2 months ago
JSON representation

This script scans a specified range of IP addresses for vulnerable Hikvision cameras using common ports (80, 554, 8080). If a vulnerable camera is found, it attempts to download a snapshot from it.

Awesome Lists containing this project

README

        

# 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
```