- Notifications
You must be signed in to change notification settings - Fork12
Find ACTi NVR3.0 IP cameras with the default login details (admin / 123456)
License
member87/cam-finder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FindACTi NVR3.0 IP cameras with the default login details ( admin / 123456 )
The program will lookup devices using eithershodan,censys ornetlas. 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.
You are not required to set each search provider up however, having more enabled may allow you to find more devices.
- censys:https://censys-python.readthedocs.io/en/stable/quick-start.html
- shodan:
- create account (https://account.shodan.io/)
- copy API Key from account overview and place in config file
- netlas:
- create account (https://app.netlas.io/registration/)
- copy API Key fromhere and place in config file
git clone https://github.com/member87/cam-finder/cd cam-finder# install requirementspip install -r requirements.txt# rename example configmv config-example.py config.py# run programpython main.py
Username | Password |
---|---|
admin | 123456 |
If you have any problems feel free to create an issue!
About
Find ACTi NVR3.0 IP cameras with the default login details (admin / 123456)