Open mapagm opened 7 years ago
That shouldn't be a problem, but you would have to code a bit according to your use case
I was wondering the same thing. I have this CJMCU Badusb board I bought on Ebay for about $10 and was wondering how to do it. The computer recognizes it as an Arduino Leonardo.
@WIFIDarthMaul Did you know how to do it ?? cuz i'm gonna buy it . and need to know if it works or not ? Do you recommend buy it or recommend diy it by myself ??
@Eld0c Yeah it works good but I can't seem to do anything with the Twin Duck Firmware. But as a normal Ducky alternative, it works fine.
@WIFIDarthMaul is it work with this duckduino script ? i wanna make it like ordinary flash memory , so i need once plugged in run my payload then works like storage . Is that possible ??
You can use this usb hub https://www.tindie.com/products/mux/nanohub-tiny-usb-hub-for-hacking-projects/ find small usb board and solder
yes, beacuse you can see, in the Duckduino-microSD.ino, there is '' void Press(String b) { ..... else if (b.equals("ENTER")) { Keyboard.press(KEY_RETURN); } else if (b.equals("CTRL")) { Keyboard.press(KEY_LEFT_CTRL); } } so u can use duck type code on it, it can transform
@mapagm
What exactly does that code do? Turn the Duckuino MicroSD into a Twin Duck? @nibabaa
You could code something yourself using LUFA or use it's examples.
Can it work as a Twin Duck? I mean that scenario: Arduino Pro Micro primarily acts as a USB Mass Storage Device, and on a click of the button will start emulating a Keyboard. Is it possible?