Transcription
In this lecture, we are going to see how we can hack Android phones with PhoneSploit. PhoneSploit is a framework using which we can exploit Android devices. It uses the ADB port 5555 to connect to a device and run commands on it. The tool is able to hack into Android phones that have developer mode on and USB debugging enabled. So you should be having Kali Linux or Parrot OS.
So in Step 1, download and install the PhoneSploit framework with the given commands. Now fire up the framework with Python 3. Type in the IP address of the victim and once connected, you can use different options to attack the victim as listed.
Now let's move to the demonstration. So we are on our Android victim machine. First of all, go to developer tools and ensure that USB debugging is on. Now go to the Wi-Fi settings and look for the IP address. Thank you. Let's just scan this address from Kali machine. Use the command as shown on the screen and you can see that port 5555 is open.
Now let's first of all install ADB. Now download the PhoneSploit framework. Move it to a directory and download the colorama library, which is already installed in my machine. Now run the framework with Python 3, and the framework will be started. Now type in the IP address of the Android machine and we are connected to our machine. To get the shell, type 4 and press enter, and we have a working shell. Now we can check the present working directory with the `pwd` command. We can move to any directory and we can copy and download the files. We can even get the screenshot of the Android machine by selecting the appropriate option. So in this manner, we can exploit Android machines with the PhoneSploit framework.