Hello and welcome to GitcodeX
In this article you will learn how to install and use Phonesploit in kali linux, windows and MAC OS. This tool is used for Android Hacking. With the help of this tool you can do many things on victims mobile like..
Access Shell, Screen record victim device, Screenshot a picture on victim device, Pull folders from victim device, Turn victim device off, Uninstall an app, Show real time log of victim device, Dump system info, List all apps on victim, Run an app, Port Forwarding, NetStat, Grab wpa_supplicant, Turn WiFi On/Off, Show Mac/Inet, Remove Password, Extract apk from app, Use Keycode, Get Battery Status, Get Current Activity and many more.
What is PhoneSploit ?
Part : 1 Installation of the tool on your system
1. How to install in kali linux :
Step-1 : Clone into Phonesploit
git clone https://github.com/Zucccs/PhoneSploit
Step-2 : Install the requirements
cd PhoneSploit
pip install colorama
Step-3 : Run the tool
python main-linux.py
2. How to install in Windows :
Step-1 : Clone into Phonesploit
git clone https://github.com/Zucccs/PhoneSploit
then extract abd.rar to the phonesploit directory
step-2 : Install the requirements
cd PhoneSploit
pip install colorama
Step-3 : Run the tool
python2 main.py
3. How to install in macOS :
first of all install 'brew' then follow this command :
brew install git python@3
git clone https://github.com/01010000-kumar/PhoneSploit
cd PhoneSploit
python3 -m pip insatll colorama
python3 main_linux.py
Note : If you find any error in any of above methods of ABD not found, then run this command and install ABD.
sudo apt update
sudo apt install android-tools-abd android-tools-fastboot
Part : 2 How to Use this tool
You will find something different of your mobile settings, now you can see the option of developer optinos on your screen, turn it on. then goto USB Debugging option and make it enable.
Step-2 : Install ADB in kali linux
Open a Kali linux terminal and type this command to install ADB :
sudo apt-get install adb
Once ADB is installed in your Kali Machine, connect the android device, and allow the USB Debbuging when prompted by android.
You can use the following command to check if the device is connected correctly or not.
adb devices
Now we need to enable some settings to allow the hack over wifi.
Type the following
adb usb
Then install and enable tcpip by typing the following command.
adb tcpip 5555
Now connect your Android device to wifi and type the following command:
adb connect xxx.xxx.xxx.xxxx
(Note: xxx.xxx.xxx.xxx is the IP address of victim's mobile)
If you want to know more about IP Address : "Click Here"
Now, the phone is connected to Kali linux.
Step-3 : Install and Run the tool
As we seen in starting how to install the tool in your device, just follow those commands and install the tool, and run it. Once the installation of phonesploit is done, you will see the following screen.
Now, to hack any android device on the internet ( in my case it’s my phone ) 'Type : 3' in the phonesploit terminal and enter the IP Address of the victim device.
Now to access the shell on the hacked phone, simply type 4 You will be asked for a device name