Remotely Access Android Device by Exploiting ADB using Ghost Framework

Ehacking
Cyber Security Resources
4 min readSep 7, 2020

The article is originally published on ehacking blog.

Exploit Android ADB using the Ghost Framework

The ghost framework is not a hacking tool, and we are not hacking the android device. Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to access an Android device remotely. So, this is a post-exploitation tool that gives a persistent connection and works as a backdoor.

If you are interested in hacking an android, then you should see this video. And, then come back to learn about persistent connection and backdooring.

So, what is ADB? ADB or Android Debug Bridge, is a feature or command-line tool released by the Android to connect and operate Android-based devices remotely. But, the hackers exploit this feature and connect the hacked android devices remotely.

ADB allows you to do things on an Android device that may not be suitable for everyday use, For example, you can install apps outside of the Play Store (waoooo; it means you can install whatever you want to), it also gives access to the hidden features, and bring up a Unix shell so you can issue commands directly on the device. I mean, you own it.

Install Ghost Framework in Kali Linux

Let’s start by installing the ghost in the Kali Linux. You can download or simply clone it using the git command.

git clone https://www.github.com/entynetproject/ghost.git

After downloading, we need to get into the directory.

cd ghost

ls

There you can see all the files and directories. We need this install script to install the program.

./install.sh

Now, the installation is complete, let’s run the program.

./ghost

This ghost framework shares the similar commands to the Metasploit. So, we can execute those commands; for example, help to see all the options.

Help

So, there you can see all the commands with a brief description.

Now let’s use the connect command to connect the remote android device as I said that it exploits ADB. So, make sure that the ADB port 5555 is open.

If you have hacked this device; then simply open the port.

So, demonstration I will look into the shodan for ADB enabled device.

And, then pick an IP to connect.

connect IP

Now we are connected; it means we got another session, and we can reconnect to the hacked device again, as long as the port is open.

Now, we can do many things. For example, we can record the screen of the phone; we can install or uninstall an app. We can also do port forwarding to create any other reverse connection. So, many things. Even we can remove the device password.

So, let’s check the app list. Sys info, and many things can be done. But, the most important thing is to install your backdoor (since you have the ability now); install your backdoor for future and persistent connection.

So this is how the ghost framework exploits the Android ADB and gives another persistent connection to any android phone remotely. If you want to hack or get access to Android over WAN, then you should follow this tutorial.

--

--

Ehacking
Cyber Security Resources

Hacking | Ethical Hacking | Penetration Testing | Linux | Information Security | Infosec | Computer Forensic