ADB-Toolkit : Tool To Hack Android Device

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 😂😂.

Note : I’m not responsible for any thing you do to anyone with this tool this does not come under my responsibilty.

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.

Changelogs

Changelog v2.32

Added vesion checking code
Really big bug fixes
Wiki in made

Changelog V2.3

Added multi device support, now 3
Added support to Arch, Fedora, Centos
Added option to restart the ADB server or not in the beginning of the script
Added Option to clear screen when a specfic option is done executing
Fix the Exit option (Not Working)
Simplified the Remote connection establishment
Fix 100’s of Bugs
Specified the directories for pulling the data
Make the script executable from any where in shell (Fixed)

Changelog V2.1

Added Metasploit Section

Added option to restart the ADB server or not in the beginning of the script

Added 7 more options :-

-COPY ALL DEVICE STORAGE
-COPY A SPECIFIED FILE OR FOLDER
-PUT A FILE IN VICTIMS DEVICE
-LAUNCH AN APPLICATION
-CHECK IS PHONE ROOTED OR NOT
-HANG THE PHONE ( Rooted Phone )
-SEND SMS FROM THE PHONE

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

Prerequisite

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

Go to settings
Go to About device/tablet
Tap Build Number 7 times
Developer options will occur
Go to Developer options
Search for Usb Debugging & Install via USB
Turn those settings on

Installation

guys i suggest please reinstall the toolkit or git pull it for every new releases

git clone https://github.com/ASHWIN990/ADB-Toolkit.git
cd ADB-Toolkit
sudo chmod +x install.sh
sudo ./install.sh -i “or” sudo bash install.sh -i

Usage

sudo ./ADB-Toolkit.sh

or you can do

sudo bash ADB-Toolkit.sh

or you can also do

sudo adb-toolkit any where in shell

Screenshot

  • Metasploit Section Screenshot
R K

Recent Posts

Install Pip on Ubuntu 18.04: Python 3 and Python 2 Setup Guide

Pip is the official package manager for Python and the standard way to install libraries from…

1 day ago

Install R on Ubuntu 18.04 from CRAN: Statistical Computing Setup

R is an open-source programming language and environment built for statistical computing and data visualization. It…

1 day ago

Install Jenkins on Ubuntu 18.04: CI/CD Server Setup Guide

Jenkins is an open-source automation server that makes it easy to build CI/CD pipelines. Continuous integration…

1 day ago

Install Android Studio on Ubuntu 18.04 with Snap and OpenJDK 8

Android Studio is the official IDE for Android development, built on JetBrains' IntelliJ IDEA platform. It…

1 day ago

Install and Configure GitLab on Ubuntu 18.04 with Omnibus

GitLab is a web-based, open-source Git repository manager written in Ruby. It includes built-in tools for…

1 day ago

Install Anaconda on Ubuntu 18.04: Python Data Science Setup Guide

Anaconda is the most widely used Python distribution for data science and machine learning. It bundles…

2 days ago