Skip to main content

Phonesploit-Remote Android Management Tool Via ADB

 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

Termux
  • 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

First you download phonesploit script so type this below command in your terminal
git clone https://github.com/cyberknight777/PhoneSploit.git

Step 2: Change directory

Now you type this below command in your terminal this command will help you to change the directory.
cd PhoneSploit

Step 3: Give permission

Now give permission to read write and execute of all python file and bash script's so type this below command in your terminal.
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

 
Once you press "n" command adb tool will automatically installed in your device.

Step 6: Shodan Phone IP

Now you just minimize your terminal and open just click this below link, This link will be redirect to shodan website "android debug bridge" page.

SHODAN


 Now you just copy any one IP address

Step 7: Hack android Phone

Now past your copied IP address into your phonesploit terminal Once you past The phone will be hacked you can access fully.


Once you connect victim IP address you access that phone remotely

GITHUB 

Comments

Post a Comment