EntySec/CamOver ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that can check network cameras I own for exposed admin passwords and help me audit them in bulk.
I want to be able to scan a single camera by IP, or load a list of addresses from a file and run it faster with threads. It should also be able to pull camera targets from Shodan or ZoomEye if I give an API key, and let me set how many pages to fetch from ZoomEye. If it finds credentials, save the results to a file and also print them clearly in the terminal.
Please make it simple to use from the terminal, and also expose a small Python API so I can call the same scan from my own scripts. Keep the code clean and practical, and if you need to look up current docs for any external services, feel free to do that.
Are you gonna build this?
make sure you review the code using coderabbit