Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duckduino-microSD as Twin Duck #6

Open
mapagm opened this issue Aug 27, 2017 · 10 comments
Open

Duckduino-microSD as Twin Duck #6

mapagm opened this issue Aug 27, 2017 · 10 comments

Comments

@mapagm
Copy link

mapagm commented Aug 27, 2017

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?

@draguve
Copy link

draguve commented Aug 28, 2017

That shouldn't be a problem, but you would have to code a bit according to your use case

@WIFIDarthMaul
Copy link

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.
a6rp_1_201711051437366327

@Eld0c
Copy link

Eld0c commented Apr 24, 2018

@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 ??

@WIFIDarthMaul
Copy link

@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.

@Eld0c
Copy link

Eld0c commented Apr 24, 2018

@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 ??

@ghost
Copy link

ghost commented Apr 24, 2018

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

@nibabaa
Copy link

nibabaa commented Dec 8, 2018

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

@nibabaa
Copy link

nibabaa commented Dec 8, 2018

@mapagm

@WIFIDarthMaul
Copy link

What exactly does that code do? Turn the Duckuino MicroSD into a Twin Duck? @nibabaa

@john2ksonn
Copy link

You could code something yourself using LUFA or use it's examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants