Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrase/Raspiducky
A Keystroke Injection Tool like Rubber Ducky build over Raspberry Pi Zero W
https://github.com/arrase/Raspiducky
duckyscript libcomposite rasberry-pi-zero-w
Last synced: 3 months ago
JSON representation
A Keystroke Injection Tool like Rubber Ducky build over Raspberry Pi Zero W
- Host: GitHub
- URL: https://github.com/arrase/Raspiducky
- Owner: arrase
- Created: 2017-03-30T23:57:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T20:52:28.000Z (almost 5 years ago)
- Last Synced: 2024-05-19T23:36:34.362Z (6 months ago)
- Topics: duckyscript, libcomposite, rasberry-pi-zero-w
- Language: Python
- Homepage: https://arrase.github.io/Raspiducky/
- Size: 460 KB
- Stars: 118
- Watchers: 16
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspiducky
A Keystroke Injection Tool like [Rubber Ducky](http://usbrubberducky.com/#!index.md) build over Raspberry Pi Zero W
### Features:
* Keyboard emulation
* USB Flash Drive emulation
* Expose configuration files over USB Flash drive emulation
* Run payloads over bluetooth### Help
$ raspiducky.py -h
usage: raspiducky.py [-h] --payload PAYLOAD [--remote] [--address ADDRESS]optional arguments:
-h, --help show this help message and exit
--payload PAYLOAD, -p PAYLOAD Path to payload file
--remote, -r Run payload on remote device
--address ADDRESS, -a ADDRESS Remote device address### Configuration
Read the [wiki](https://github.com/arrase/Raspiducky/wiki) for detailed instructions.
### Resources:
* Premade Ducky Scripts: https://github.com/hak5darren/USB-Rubber-Ducky/wiki
* Original USB Rubber Ducky: http://usbrubberducky.com/#!index.md### Credits:
* Duckberry Pi: Jeff L. (Renegade_R - [email protected])
* DroidDucky by Andrej Budincevic (https://github.com/anbud/DroidDucky)
* hardpass by girst (https://github.com/girst/hardpass)