In today’s world, we’re surrounded by smart devices, including CCTV cameras that are often connected to the internet. It’s interesting to note that these cameras can be accessed using specific IP addresses and port numbers. Additionally, platforms like Shodan provide a comprehensive database of internet-connected devices, including CCTV cameras, making it easier to discover them. So, today, we’re going to demonstrate how to discover these IP addresses using a script. But remember, this is purely for educational purposes and documentation. We want to emphasize that unauthorized access to surveillance devices is illegal and unethical. Our goal is to understand how these systems function and raise awareness about cybersecurity. Let’s explore and learn more about the technology behind these devices! 🌐📷💻
The Cam-Hackers script, developed by AngelSecurityTeam and available on GitHub, is what we’ll be using. This Python script offers a wide selection of 90 countries to choose from. Once you’ve picked your desired country, the script provides a list of CCTV camera IPs and their corresponding ports. You can simply copy and paste the provided link to access the camera feed. However, it’s important to remember that some of these cameras might be password protected. While the script suggests attempting to guess the password or using default passwords, it’s crucial to emphasize that unauthorized access to cameras is not only illegal but also a violation of privacy rights. Our goal here is to showcase potential security risks associated with IoT devices, not to encourage any illegal activities. Let’s proceed with caution and continue our exploration responsibly.
NOTE: This post is only for educational purposes. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORT ETHICAL HACKING.
Install Cam-Hacker in Termux:
Step 1:
To Install any script from git hub we have to install git package in termux. This Script also requires python therefore we are also downloading python with git. Copy the below command to install python3 and git in your termux.
pkg install git python -y
Step 2:
Now we have to clone The Cam-Hackers project from the Git Hub repository. use below command to clone the project in your termux.
Step 3:
Change directory to Cam-Hacker, If you don’t know basic commands of termux then its highly recommended to check out this blog:[termux all basic command].
cd Cam-Hackers
Step 4:
Now you have to install the Request module,just copy and paste the below command in the termux and press enter.
pip3 install requests colorama
Now the Tool is Completely installed on your Termux.
Run Cam-Hack in Termux:
Step 1:
Just type the below command to run the Cam-Hackers Script.
python3 cam-hackers.py
Step 2 :
Now Select any country You want from this list and press Enter. for example, You can type 1 and press enter to select the USA.
Step 3 :
Now you will see a list of URLs, just copy anyone URL from the list.
Step 4 :
Paste this URL in a google Chrome Tab and you will be able to see a camera Control page as well as you can see with that camera.
Conclusion:
Cam-Hackers is a simplified version of Shodan, focusing solely on CCTV cameras. You can explore and potentially access cameras in your area through this tool, but it’s important to remember that these cameras serve a security purpose. Please refrain from tampering with any settings or configurations, as doing so could compromise security measures. If you encounter any difficulties during the installation or use of the tool, feel free to leave a comment, and I’ll do my best to assist you promptly. Thanks for taking the time to read, and remember to always stay ethical. 👾