Hacker News new | ask | show | jobs
by ozkatz 2783 days ago
A while ago I wrote a Rubber Ducky server [1] that is remote controlled and uses a Raspberry Pi Zero W (which supports being a USB HID device).

Once connected to a host computer, it exposes a hidden WiFi network that allows you to inject and run Ducky Scripts remotely in real time using a small web interface.

It also includes a Ducky Script parser written in Python which could be useful outside of this project. You can grab it here [2]

[1]: https://github.com/ozkatz/pi-remote-ducky [2]: https://github.com/ozkatz/pi-remote-ducky/blob/master/ducky/...