Access Insecure Security Cameras in 20+ countries.
⚠️ Disclaimer: This project is for educational purposes only. Accessing insecure devices without permission may be illegal. The author does not take responsibility for misuse.
- 🌍 Access Realtime Security Footage.
- 🛡️ Random User-Agent rotation to avoid blocking
- Error handling for network issues and invalid inputs
git clone https://github.com/Ninja-Yubaraj/Insecam.git
cd Insecampython3 -m venv venv
source venv/bin/activate # macOS/Linux
venv\Scripts\activate # Windows
pip install -r requirements.txtIf requirements.txt is missing, install manually:
pip install requestsRun without arguments to list available countries:
python Insecam.pyFetch cameras for a specific country (e.g., US):
python Insecam.py -C USQuiet mode (only IPs, good for scripts and piping):
python Insecam.py -C US -qHelp menu:
python Insecam.py -hExample output for python Insecam.py -C US:
___
|_ _|_ __ ___ ___ ___ __ _ _ __ ___
| || '_ \/ __|/ _ \/ __/ _` | '_ ` _ \
| || | | \__ \ __/ (_| (_| | | | | | |
|___|_| |_|___/\___|\___\__,_|_| |_| |_|
Access Insecure Security Cameras in 20+ countries.
Author: Ninja-Yubaraj
Github: https://github.com/Ninja-Yubaraj/Insecam
Found 42 cameras in United States:
http://123.45.67.89:8080
http://98.76.54.32:81
http://11.22.33.44:8081
...
Quiet mode output (-q):
http://123.45.67.89:8080
http://98.76.54.32:81
http://11.22.33.44:8081
...
Pull requests & suggestions welcome! Feel free to fork and add: 💡
- Location based Geographical map.
- Comma separated multi countrycode support.
-C --alloption for country codes.
Made with ❤️ by Ninja-Yubaraj
⭐ If you like this project, give it a star on GitHub!