Hello guy's in this article we are going to discuss about how to access vulnerable camera's all over the world with termux.
Requirements
- Android version 5.0 and above
- Termux
- Git package
- Python package
- Request python module
How to install git package?
Just you type this below command this command will help you to install git package in your linux or termux.
Linux
sudo apt install git
Termux
pkg install git
What is git package?
Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.How to install python package?
Type this below command in your termux or linux terminal this command will help you to install python package.
Linux
sudo apt install python && sudo apt install python2
Termux
pkg install python && pkg install python2
What is requests?
The requests module allows you to send HTTP requests using Python. The HTTP request returns a Response Object with all the response data (content, encoding, status, etc).Just you type this below command to install requests module in your termux or linux terminal.
Termux
pip install requests
Linux
pip install requests
How to install and use Webhack tool in termux?
Step 1:
First you type this below command this command will help you to download webhack tool in your termux application.
git clone https://github.com/yan4ikyt/webhack.git
Step 2:
Now just type this below command this command will help you to open webhack folder into your terminal.
cd webhack
Step 3:
Once you open webhack folder type this below command this command will help you to give read,write and execute permission og webhack.py python file.
chmod +x WebHack.py
Step 4:
Now run this python script using this below command
python3 WebHack.py
Now you choose which country camera you want to access I just choose no.2 united states
Now we get camera company now type google your victim camera default user name and password once you get user name password just paste it.







Comments
Post a Comment