member87 / cam-finder

Find ACTi NVR3.0 IP cameras with the default login details (admin / 123456)
MIT License
31 stars 11 forks source link
acti camera censys ip login netlas-io python security-tools shodan

cam-finder

Find ACTi NVR3.0 IP cameras with the default login details ( admin / 123456 )


asciicast

The program will lookup devices using either shodan, censys or netlas. It will then try the default login details for the system. Once completed, it saves a .csv file containing the following information:

ip, port, status code, camera count, source, city, country, country code, longitude and latitude.

Some of this information will be provided by the search provider so it may not be 100% accurate.

How to setup search providers:

You are not required to set each search provider up however, having more enabled may allow you to find more devices.

Installation

git clone https://github.com/member87/cam-finder/
cd cam-finder

# install requirements
pip install -r requirements.txt

# rename example config
mv config-example.py config.py

# run program
python main.py

Default credentials

Username Password
admin 123456

Issues

If you have any problems feel free to create an issue!

Stargazers over time

Stargazers over time