Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:15:46.000Z (5 months ago)
- Last Synced: 2024-09-27T00:01:41.674Z (about 2 months 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: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version: 0.0.1](https://img.shields.io/badge/Version%3F-0.0.1-green.svg)](https://github.com/krishealty/tunnel-ADB)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fkrishealty%2Ftunnel-ADB&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Commits&edge_flat=false)](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