Skip to main content

PhoneSploit – Using Open Adb Ports We Can Exploit A Device




Hey guys, we are back with a simple tutorial to hack with  by using Tool

after getting a lot of requests from our users, we decided to post this article about how to hack 

We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then

You Can Read It here: 


Warning
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do








PhoneSploit – Using Open Adb Ports We Can Exploit A Device




PhoneSploit
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.


In Fact, it helped me get some things to play with and it was cool playing with my friends device 😋

And in this post I’m going to show you 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
Using open Adb ports we can exploit a device
you can find open ports you can check here https://www.shodan.io/search?query=android+debug+bridge+product%3A”Android+Debug+Bridge
And if you want to find out how to access a local device you can also go through this video

Steps To Enable ADB on Android Devices

  • Go-to Phone Settings
  • Scroll down to About phone
  • Locate Build Number and Click it Continuously for 7 times

Now once the Developer Option is activated, you will have to go back to your phone settings and scroll to the developer option settings, click on that and then Enable USB Debugging.

How To Install PhoneSploit On Windows

git clone https://github.com/Zucccs/PhoneSploit
extract adb.rar to the phonesploit directory
cd PhoneSploit
pip install colorama
python2 main.py

Steps to Install PhoneSploit Script into Kali Linux


PhoneSploit is able to Exploit into Android Open Adb ports. So the next step is to install Phonesploit script into Kali Linux.
This script is available for both Linux and Windows. You can check the official repository of PhoneSploit here
Step 1: Execute the following command to clone the Phonesploit repository into your Kali Linux
git clone https://github.com/Zucccs/PhoneSploit.git
Step 2: Now install some required dependencies using the following command
pip install colorama
Step 3: Now run the script by the following command
python main_linux.py
Step 4: The default PhoneSploit prompt will look something like this
PhoneSploitPhoneSploit
Step 5: So the first step is to connect the device, for that type 3 in the terminal and enter the IP Address of the device
PhoneSploitPhoneSploit

Step 6: Now to verify that your Device is connected or not, just type 1 in the terminal and you can see the device IP address followed by the Port Number
PhoneSploitPhoneSploit
Step 7: Now to access the shell on the Phone, simply type 4 i.e Access shell on a Phone. Next, you will be asked to the Device name, enter the socket address (IP + Port Number). in my case, it is 192.168.0.104:5555
PhoneSploitPhoneSploit

How To Install PhoneSploit Script On Termux

git clone https://github.com/Zucccs/PhoneSploit
extract adb.rar to the phonesploit directory
cd PhoneSploit
pip install colorama
python2 main.py
To see the live usage and installation of this tool on Termux watch the visual mode below👇👇

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




Comments

Post a Comment

Popular posts from this blog