https://github.com/krishealty/tunnel-adb
Simple ADB toolkit to penetrate Android device using Android Debug Bridge with over 35 features.
https://github.com/krishealty/tunnel-adb
adb android android-debug-bridge android-debug-tools android-development attack attack-surface bash enumeration hacking hacking-tool information-gathering osint penetration-testing penetration-testing-tools pentesting security security-tools vulnerability vulnerability-assessment
Last synced: 12 months ago
JSON representation
Simple ADB toolkit to penetrate Android device using Android Debug Bridge with over 35 features.
- Host: GitHub
- URL: https://github.com/krishealty/tunnel-adb
- Owner: krishealty
- License: bsd-3-clause
- Created: 2024-06-17T07:37:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:15:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T01:41:44.359Z (over 1 year ago)
- Topics: adb, android, android-debug-bridge, android-debug-tools, android-development, attack, attack-surface, bash, enumeration, hacking, hacking-tool, information-gathering, osint, penetration-testing, penetration-testing-tools, pentesting, security, security-tools, vulnerability, vulnerability-assessment
- Language: Shell
- Homepage:
- Size: 2.13 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/krishealty/tunnel-ADB)
[](https://krish.l5.ca)
## tunnel-ADB
**Simple ADB toolkit to penetrate Android device using Android Debug Bridge. tunnel-ADB divided into 28 options with a METASPLOIT Section and other 6 options to penetrate different areas of android device.**
**METASPLOIT SECTION:** This consists of scripts which are related to metasploit payload and you can create, install and launch a payload without physically connecting the subject's device.
## Features
- Copy specific folder, file, document or full phone storage.
- Install, Uninstall and Launch any application.
- Check Root Status of subject's phone.
- Hard Crashing the phone (Root).
- Send SMS from subject's phone.
- Multi device support.
- Support to Arch, Fedora, Centos.
- Flexibility during restarting ADB server.
- Simplified Remote connection establishment.
- Specified directories for the data.
- Copy all camera photos.
- Copy WhatsApp data.
- Reboot fastboot or Recovery mode.
- Dump system information.
- Dump CPU information.
- Dump memory information.
- Dump contacts.
- Live log of phone sessions.
## Prerequisites
Developer options and Usb Debugging needs to be turned on.
```
1. Go to settings
2. Go to About device/tablet
3. Tap Build Number 7 times
4. Developer options will occur
5. Go to Developer options
6. Search for Usb Debugging & Install via USB
7. Turn those settings on
```
## Installation for Kali Linux or any Debian
```
git clone https://github.com/krishealty/tunnel-ADB.git
```
```
cd tunnel-ADB
```
```
sudo chmod +x install.sh
```
```
sudo ./install.sh -i
```
**Start the script**
```
sudo ./tunnel-ADB.sh
```
OR
```
sudo bash tunnel-ADB.sh
```
## Termux
Turn on the "otg connection" in both devices to connect with otg cable.
```
git clone https://github.com/krishealty/tunnel-ADB.git
```
```
cd tunnel-ADB
```
```
chmod +x install.sh
```
```
bash install.sh
```
**Start the Script**
```
bash tunnel-ADB.sh
```
## tunnel-ADB Screenshot

## Metasploit Section Screenshot



