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

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

January 29, 2021 1 min read 0 views 0 discussions
Table of Contents

    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.

    mrdev@kali:~$git clone https://github.com/ASHWIN990/ADB-Toolkit.git
    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
    mrdev@kali:(~ADB-Toolkit/)# sudo ./ADB-Toolkit.sh

    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:

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

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

    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.

    Community Q&A