Hacker News new | ask | show | jobs
by judge2020 2782 days ago
Glad this is a thing - having lost 2 rubber duckies myself, a cheaper alternative is great. Only thing I would need is DuckyScript compatibility, so I wouldn't need to rewrite all my existing payloads.
2 comments

Fortunately, tools already exist to translate regular ducky scripts to digispark:

https://github.com/mame82/duck2spark

By the way, the repo author has done a lot of work to develop a whole USB attack platform based on Raspberry Pi 0, which really deserve some interests:

https://github.com/mame82/P4wnP1

When you say you lost them, do you mean you 'accidentally' lost them in a company parking lot?!?

It doesn't look too hard to re-write existing payloads, but you need to do some translation from, e.g.

Rubber ducky:

  GUI r
This project:

  DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT);