u53r55 / ADB-Toolkit

ADB-Toolkit V2 for easy ADB tricks with many perks in all one. ENJOY!

Home Page:https://github.com/ASHWIN990/ADB-Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

ADB-Toolkit V2 ( Version 2 )

ADB-Toolkit is a BASH Script with 28 options and an METASPLOIT Section which has 6 options which is made to do easy penetration testing in Android Device. You can do preety much any thing with this script and test your android device is it safe or not. This script is made with the help of ADB (Android Debug Bridge) it's an tool which is used for the developers for debugging the android device but as we know every thing has it's two side a good and a bad and i'm not telling you to do bad things but be don't do illegal things or FBI will find you ๐Ÿ˜‚๐Ÿ˜‚.

METASPLOIT SECTION :- ๐Ÿ˜ŽThis section consists of scripts which are related to metasploit payload and you can create an payload and install it and launch it without even touching the phone and you know the power of Metasploit.

Version 2 Changelog

Changelog V2

Added Metasploit Section

Added 7 more options :-
1. COPY ALL DEVICE STORAGE
2. COPY A SPECIFIED FILE OR FOLDER
3. PUT A FILE IN VICTIMS DEVICE 
4. LAUNCH AN APPLICATION
5. CHECK IS PHONE ROOTED OR NOT
6. HANG THE PHONE ( Rooted Phone )
7. SEND SMS FROM THE PHONE

Fixed the Remote connection not establishing
Make the script executable from any where in shell

Note

Before using this tool you must enable Usb-Debugging from the devloper settings from the Android setting and then you are good to go.

Installation

git clone https://github.com/ASHWIN990/ADB-Toolkit.git

cd ADB-Toolkit

sudo chmod +x install.sh

sudo ./install.sh "or" sudo bash install.sh

Usage

sudo ./ADB-Toolkit.sh 

or you can do

sudo bash ADB-Toolkit.sh

or you can also do

sudo adb-toolkit

ADB-Toolkit Screenshot

Metasploit Section Screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

About

ADB-Toolkit V2 for easy ADB tricks with many perks in all one. ENJOY!

https://github.com/ASHWIN990/ADB-Toolkit

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%