sysadmin.sh/README.md

11 lines
268 B
Markdown
Raw Normal View History

2025-01-03 16:04:25 +08:00
# Duck Payloads
2025-01-02 17:31:02 +08:00
2025-01-03 16:04:25 +08:00
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)
Bootstrap your scripts with payload.dd
2025-01-03 16:33:25 +08:00
```sh
# To generate a payload.dd replace hello_world.sh with scripts name.
./install.sh hello_world.sh
```