yan4ikyt/webhack ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python tool that helps me check the security of my own IP cameras and other devices on my home network.
I want it to let me enter a range of local IP addresses, scan for devices that look like cameras or web interfaces, and show me which ones are reachable and what ports are open. If it can, also try a basic login check using credentials I provide so I can see which devices are still using weak or default passwords. The output should be easy to read in the terminal, with clear status messages and a simple summary at the end.
Please keep it straightforward and lightweight so I can run it from the command line in Termux or on a laptop. If you need to look up current docs online for any libraries, go ahead. Also make sure it handles errors nicely, doesn’t crash on bad input, and includes a short README with setup and usage instructions.