Hello guy’s, Welcome to another article, Already we discussed so many hacking tool and tricks but in this post we discussed special one that is “How to remote android management tool via ADB” This article only discussed with how to use phonesploit tool but upcoming post we should discuss with how to hack original android phone with their IP address.
Tested Platform
- Termux
- Linux
- Windows
Requirement’s
- Android version 5.0 and above
- Termux application
- Git package
- Python2 package
- ADB tool
Linux
- ADB tool
- Git package
- Python package
How to install and use phonesploit Tool
First we install all basic requirement’s of phonesploit tool so type this below command in your terminal.
Termux
Install git package
pkg install git
Install python package
pkg install python && pkg install python2
Install ADB tool
apt update > /dev/null 2>&1 && apt –assume-yes install wget > /dev/null 2>&1 && wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh -q && bash InstallTools.sh
Linux
Install git package
sudo apt install git
Install python package
sudo apt-get install python && sudo apt-get install python2
Install ADB tool
sudo apt-get install adb
Step 1: Download phonesploit
git clone https://github.com/cyberknight777/PhoneSploit.git
Step 2: Change directory
cd PhoneSploit
Step 3: Give permission
chmod +x *
Step 4: Requirements installation
Now install phonesploit requirement’s so type this below command in your terminal
Termux
bash termux.sh
Linux
bash linux.sh
Step 5: Run Phonesploit
Now type this below command to run this tool in your terminal.
Termux
python2 main.py
Linux
python2 main_linux.py
Once you run this above command this tool will ask adb install see this below image
Step 6: Shodan Phone IP
SHODAN
Step 7: Hack android Phone
Once you connect victim IP address you access that phone remotely
Post a Comment