Rubber Ducky??

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
harambecute101
Posts: 12
Joined: Mon Nov 28, 2016 10:04 pm

Rubber Ducky??

Post by harambecute101 » Wed Dec 28, 2016 8:55 am

Hi,
If the Pyboard can emulate keyboards,
Can it become a rubber ducky? If you don't know what a usb rubber ducky is, google it. It's awesome.
Can I use the sd slot to store the duckyscripts and use python to execute the payloads?

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: Rubber Ducky??

Post by shaoziyang » Wed Dec 28, 2016 1:11 pm

Yes, it may use as keynoard.

in boot.py, set
pyb.usb_mode('VCP+HID',hid=pyb.hid_keyboard)

Post Reply