https://github.com/threadexio/anducky
A simple implementaion of the rubber ducky on Android utilizing USB gadgets and ConfigFS
https://github.com/threadexio/anducky
android rubber-ducky rubberducky usb-hid usb-rubber-ducky
Last synced: 3 months ago
JSON representation
A simple implementaion of the rubber ducky on Android utilizing USB gadgets and ConfigFS
- Host: GitHub
- URL: https://github.com/threadexio/anducky
- Owner: threadexio
- License: mit
- Created: 2021-12-23T23:33:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T14:18:23.000Z (about 3 years ago)
- Last Synced: 2025-01-09T18:11:14.875Z (4 months ago)
- Topics: android, rubber-ducky, rubberducky, usb-hid, usb-rubber-ducky
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnDucky
A simple implementaion of the rubber ducky on Android utilizing USB gadgets and ConfigFS
# How to use
**NOTE:** This requires root permissions to work (`PRoot` won't do)
- Clone the repo
```
$ git clone https://github.com/threadexio/anducky
$ cd anducky
$ git submodule update --init --recursive
```- Obtain an `hid-tester` binary
```
$ cp hid-tester/hid-tester-[your cpu architecture] scripts/hid-tester
```You can build it yourself if one isn't available for your CPU
```
$ cd hid-tester
$ make FLAGS="-DNDEBUG" build
$ cp hid-tester ../scripts/hid-tester
```- Now you can start making scripts, there are some examples under the scripts folder