Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbitx/dedsec-adb
https://github.com/0xbitx/dedsec-adb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xbitx/dedsec-adb
- Owner: 0xbitx
- Created: 2022-03-11T07:28:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T22:33:56.000Z (about 1 year ago)
- Last Synced: 2023-12-02T23:26:27.265Z (about 1 year ago)
- Size: 26 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEDSEC ADB TOOL V1
DEDSEC ADB TOOL is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. It is a client-server program that includes three components:A client, which sends commands. The client runs on your development machine. You can invoke a client from a command-line terminal by issuing an adb command.
A daemon (adbd), which runs commands on a device. The daemon runs as a background process on each device.A server, which manages communication between the client and the daemon. The server runs as a background process on your development machine.
### INSTALL
```
git clone https://github.com/0xbitx/DEDSEC-ADB.git
cd DEDSEC-ADB
```
### USAGE
```
sudo python3 dedsec_adb.py
```
### TESTED ON
```
Parrot os
Kali linux
```DISCLAIMER
I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.