Hello Friends, In this Thread, I’ll explain to you that how can you exploit into an Android device using open ADB ports. Android Debug Bridge (ADB) is a command line tool that lets you communicate with an emulator or connected Android device. for this, we will use an open source script. PhoneSploit uses Android Open Adb ports to exploit into it.




PhoneSploit – Using Open Adb Ports We Can Exploit A Device
When it  comes to exploiting of Android device there are different ways of doing it

Some people uses metasploit, some uses hardware tools and some uses other scripts

But I tried the exploitation of android device using their ADB, and realized its one of the best way to exploit android device.
Everything you need to know to know about Exploiting android device using ADB.

We will use an open source script. PhoneSploit uses Android Open Adb ports to exploit into it.

So let’s start...

Steps to enable Developer option in Android Device

Step 1: Go to about phone and then tap 7 times on Build Number as...
Step 2: Now back to the setting and now you can see, there will be an Option of development setting. click on that and then Enable USB Debugging as...

I believe by now you can now hack and exploit android devices using ADB with the help of PhoneSploit Script, if you have any issue, feel free to comment below, Thanks For Reading Through.


How To Install PhoneSploit Script On Termux

(Just Copy And Paste All Commands Step By Step)

Step 1

apt install git && apt install python2 && apt install fish

Step 2

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

Step 3


Step 4

fish

Step 5

pip2 install colorama

Step 6

cd PhoneSploit

Step 7

python2 main_linux.py*


Note:-
This Thread is created for education purposes only. I`ll not be responsible of any Illegal use of this information.
If you have any problems or getting any type of error or you think that I`ve missed something , then please inform me in Comments Section. 

Anyway, Thanks for reading my thread .