member87 / cam-finder

Find ACTi NVR3.0 IP cameras with the default login details (admin / 123456)
MIT License
31 stars 11 forks source link

example of parameters #8

Open itsmehun1er opened 2 months ago

itsmehun1er commented 2 months ago

Hello everyone!

How can i use the parameters in the config.py file, for example ip, latitude and longitude, country. Can you help me ?

member87 commented 2 months ago

The config.py is only used to store API keys, enable/disable search providers and set thread count.

Once these have been setup and you run the program the first time with the command python main.py it will generate an output.csv file.

The output.csv file will contain a list of all ips, lat, long, country, etc.

itsmehun1er commented 2 months ago

Thank you very much for the quick response, just one more question.

Is there any way to configure it so that when I run the script it filters by country or IP?

member87 commented 2 months ago

Currently there are no filters, I can look at adding some