A Python-based tool to scan & view unsecured IP cameras publicly available on the internet.
Designed for educational and research purposes only.
Warning: This tool is intended for educational and ethical hacking purposes only.
Unauthorized access to cameras is illegal and punishable by law.
The author is not responsible for any misuse.
- Scan cameras by:
- 🌍 Country
- 🕒 Timezone
- 🏭 Manufacturer
- 📍 Location Type (e.g., Park, Restaurant)
- Fast scanning with a rich animated interface
- Automatically saves results as
.txt
files - Works on Termux, Linux, Kali, and most Unix systems
git clone https://github.com/ADIRTTA/CAM-HUNTER.git
cd CAM-HUNTER
chmod +x *
pip install -r requirements.txt
python3 cam-hunter.py
git clone https://github.com/ADIRTTA/CAM-HUNTER.git && cd CAM-HUNTER && chmod +x * && pip install -r requirements.txt && python3 cam-hunter.py
- ✅ Output files saved automatically to
output/
directory - ✅ Summary of scan shown after completion
- Python 3.6+
requests
modulerich
module
Install manually if needed:
pip install requests rich
If you find this tool helpful, please consider giving it a ⭐ on GitHub and sharing it with others!
This project is licensed under the MIT License.