Security researchers and pen-testers most helpful and widely used tool is ADB, in this article I will show you how to get the ADB (Android Development Bridge) shell of any android by knowing their IP address.
First of all, we clear that only one time do we need to connect the target android with a computer (Installed Kali and ADB package) with a USB cable and enable USB dubbing in android and it may take about 10-30 seconds. Just follow the steps given below.
Requirements
- Kali Linux With ADB Package
- Target Android (For a few seconds)
Step1.
- Connect android to the computer using a USB cable
- Enable USB dubbing of android device
Step2.
- Check if the target device connected successfully using the given command
- Start adb shell using the given command
- See and copy the IP address of android using the given command
- exit the adb framework
- Now make a reverse TCP connection with the android
- Now everything is done and you can unplug the USB cable
Step3.
- Run the given command to get adb shell of android
Now you get adb shell of that android, type help for user guide and other information.
I hope this information is helpful for you, make sure to stay connected with us on different platforms for latest updates.