https://github.com/mauricelambert/digisparkrubberduckyexecutecommand
This script generates the INO code to make your own Rubber Ducky with a Digispark without any requirements
https://github.com/mauricelambert/digisparkrubberduckyexecutecommand
arduino cybersecurity digispark hardware physical-security rubber-ducky rubber-ducky-generator rubber-ducky-script security
Last synced: 2 months ago
JSON representation
This script generates the INO code to make your own Rubber Ducky with a Digispark without any requirements
- Host: GitHub
- URL: https://github.com/mauricelambert/digisparkrubberduckyexecutecommand
- Owner: mauricelambert
- License: gpl-3.0
- Created: 2024-12-26T17:44:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T17:48:37.000Z (5 months ago)
- Last Synced: 2024-12-26T18:32:56.777Z (5 months ago)
- Topics: arduino, cybersecurity, digispark, hardware, physical-security, rubber-ducky, rubber-ducky-generator, rubber-ducky-script, security
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# DigisparkRubberDuckyExecuteCommand
## Description
This python script generates the INO code to make your own Rubber Ducky with a Digispark without any requirements.
> This script is written to execute a command with from a Digispark, so it generate the *Windows+R* keyboard shortcut at the start and the *Return* (or *enter*) key press at the end.
>> I had a little feature to know when your payload is written on the victim computer, when Digispark firmware will write characters, the red LED is HIGH (turned on), at the payload end the LED is LOW (turned off).## Requirements
This script require:
- python3
- python3 Standard Library## Installation
### Git
```bash
git clone "https://github.com/mauricelambert/DigisparkRubberDuckyExecuteCommand.git"
cd "DigisparkRubberDuckyExecuteCommand"
```### Wget
```bash
wget https://github.com/mauricelambert/DigisparkRubberDuckyExecuteCommand/archive/refs/heads/main.zip
unzip main.zip
cd DigisparkRubberDuckyExecuteCommand-main
```## Usages
### Command line
```bash
python3 DigisparkRubberDuckyExecuteCommand.py
```## Links
- [Github](https://github.com/mauricelambert/DigisparkRubberDuckyExecuteCommand)
## License
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).