11 lines
268 B
Markdown
11 lines
268 B
Markdown
# Duck Payloads
|
|
|
|
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)
|
|
|
|
Bootstrap your scripts with payload.dd
|
|
|
|
```sh
|
|
# To generate a payload.dd replace hello_world.sh with scripts name.
|
|
./install.sh hello_world.sh
|
|
```
|