ADB-ToolKit: A tool to perform all ADB(Android Debug Bridge) Commands

The ADB-Toolkit is a comprehensive BASH Script featuring 28 options, including a METASPLOIT Section with 6 additional options specifically tailored for penetration testing on Android devices. Developed in collaboration with ADB (Android Debug Bridge), this tool facilitates various tasks related to debugging and modifying Android applications.


ADB (Android Debugging Bridge) Explained

This guide provides insights into the Android Debugging Bridge (ADB), a versatile command-line tool used for communicating with Android devices. Understanding ADB is essential for Android developers and enthusiasts for debugging and modifying Android applications.




Install & Configure on Linux

To get started with the ADB-Toolkit on Linux, follow these steps:

1. Open the Terminal and execute the command below to download or clone the ADB toolkit from its GitHub page:

mrdev@kali:~$ git clone https://github.com/ASHWIN990/ADB-Toolkit.git

2. Once downloaded, navigate to the toolkit directory and install it using the following commands:

mrdev@kali:~$ ls
ADB-Toolkit
mrdev@kali:~$ cd ADB-Toolkit
mrdev@kali:(~ADB-Toolkit/)# chmod +x ./install.sh
mrdev@kali:(~ADB-Toolkit/)# sudo bash ./install.sh install

3. After installation, you can launch the tool using the command:

mrdev@kali:(~ADB-Toolkit/)# sudo ./ADB-Toolkit.sh

For visual reference, a screenshot of the ADB Toolkit is provided below the commands.

ADB-toolkit

Any further guidance on the usage of the ADB Toolkit can be found in a video tutorial, where users can watch and discover the answers to their queries.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Ok, Go it!