UnKn0wnBooof Posted September 6, 2014 Share Posted September 6, 2014 So, again with me and questions. I've been reading this topic http://neuromorphs.net/nm/wiki/2010/usb10/AtmelAVR32 and it provides some example firmware, sooo - is it possile to use pins at the bottom of the duck to add a led or anything like that to? Quote Link to comment Share on other sites More sharing options...
Oli Posted September 6, 2014 Share Posted September 6, 2014 Post some PCB pics and I'll tell you :) A Teensy 2 (or later) has a ton of I/O for LEDs / screens / buttons / anything else. Some might say it is even a WiiFi Pineapple expansion board, Quote Link to comment Share on other sites More sharing options...
MB60893 Posted September 7, 2014 Share Posted September 7, 2014 Hmm. Unless you were to physically solder some wires onto the connection, then IDK, you might be able to do some other hacking of the Ducky. Just try not to kill the ducky! 8-) Quote Link to comment Share on other sites More sharing options...
UnKn0wnBooof Posted September 7, 2014 Author Share Posted September 7, 2014 I think it would be better if I did some more research into the SoC (Atmel chip) before I think about poking the duck with wires and solder. I'd rather not kill it, at least not yet anyway. D) Quote Link to comment Share on other sites More sharing options...
MB60893 Posted September 7, 2014 Share Posted September 7, 2014 I think it would be better if I did some more research into the SoC (Atmel chip) before I think about poking the duck with wires and solder. I'd rather not kill it, at least not yet anyway. D) Most certainly. I would learn all about the ducky, and then I would try and modify it from there. Quote Link to comment Share on other sites More sharing options...
Oli Posted September 8, 2014 Share Posted September 8, 2014 Thanks for posting the pics in the other thread - looks like those pins on the bottom of the Ducky are JTAG/reset pins and I don't think they can be used as GPIO or any of the common protocols easily - more investigation is needed.... So, I don't think it is a simple case of soldering on some header then hacking the firmware (which is not as trivial as modifying Arduino sketches). There appears to be unused GPIO pins on the Atmel chip that could be used for modding the Ducky with some thin wire, probably more effort than it is worth though, especially when the firmware is taken into account. Additionally, not much value in hacking into the LED / tactile switch I/O as nothing too interesting can be done with that. Quote Link to comment Share on other sites More sharing options...
UnKn0wnBooof Posted September 22, 2014 Author Share Posted September 22, 2014 That sucks. Would be better if a new Duck was released, honestly Oil, it would be amazing if you worked in conjunction with Hak5 to make this new Duck a reality. You obviously know what your talking about. Quote Link to comment Share on other sites More sharing options...
MB60893 Posted September 24, 2014 Share Posted September 24, 2014 That sucks. Would be better if a new Duck was released, honestly Oil, it would be amazing if you worked in conjunction with Hak5 to make this new Duck a reality. You obviously know what your talking about. I agree with Lavanoid. If you look at the Arduino, you can actually find an EEPROM on most boards. If you wanted to create a ducky with the ability of the EEPROM, that might be the way to start. I know the Arduino Leonardo automatically works with USB type A connections, so maybe have a look at that. Quote Link to comment Share on other sites More sharing options...
Oli Posted September 25, 2014 Share Posted September 25, 2014 Teensy is the way forward for an OTS board. "USB type A" is referring to the connector type (i.e. USB A male connector is what you get on pen drives). The Leonardo has a Micro B female connector and a (compared to a flash drive) huge footprint. Quote Link to comment Share on other sites More sharing options...
aernan Posted October 3, 2014 Share Posted October 3, 2014 I recently saw this great article on someone using the same attack as the ducky to put files/commands onto a remote server via virtual console. http://thruglassxfer.com/ On the site they have a modified Atmel where they are pushing the keyboard intput via a USB to serial adapter to send the keyboard sequences into the device. Can anyone help me modify either a teensy or my ducky to make this happen? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.