wiki-rubber-ducky-usb/Payload---hello-world.asciidoc

13 lines
165 B
Plaintext

A payload for testing the USB Rubber ducky's functionality.
```
DELAY 3000
GUI r
DELAY 500
STRING notepad
DELAY 500
ENTER
DELAY 750
STRING Hello World!!!
ENTER
```