Accessing cameras with Termux

Mutt

Professional
Messages
1,057
Reputation
7
Reaction score
597
Points
113
Greetings friends, all information provided in this article is for educational purposes only and does not call for action.

36c1b707-e72f-4f92-9afb-9e9de99f06d7.png


First, download Termux

Launch Termux and update packages:

Code:
apt update & apt upgrade

Install python:
Code:
apt install git python2

We make a request for installation:
Code:
pip2 install requests

Clone the repository:
Code:
git clone https://github.com/AngelSecurityTeam/Cam-Hackers

Open the directory:
Code:
cd Cam-Hackers

Run the program:
Code:
python3 cam-hackers.py

Further, you just need to select a country and a whole list of links will open in front of you, which you just need to insert into the address bar of your browser and get an image from the camera.

Not some cameras will have a password, but let's not forget that most users are lazy and they have not changed the default password, which can be easily found.
 
Top