n30_h4x0r Posted September 13, 2013 Posted September 13, 2013 Dear Folks, I have got a new Teensy 3.0 and Attached SD CARD Adapter(Parallax 32312) to it. I am using a 2 GB SD CARD. I am able to Read Write the SD Card Content. My Question is : 1. How to USE IT / PROGRAM IT Like the USB RUBBER DUCKY? 2. How to Switch Between Payloads with Push-Button? Quote
Xcellerator Posted September 13, 2013 Posted September 13, 2013 Well, the Ducky firmware is specific to the hardware that makes the duck a duck, and all Teensy boards have a separate boot loader that you aren't advised to overwrite unless you know exactly what your doing. You can write out code in C++ like I do with my Teensy++ 2.0, using the Arduino IDE. This is what happened in the old days before the Ducky was being manufactured, everyone used Teensys and wrote the code manually and flashed it. You can use the SD card adapter as mass storage along with HID keyboard functionality, so for exfiltration your set. Without it you only have ~128K of flash memory and usually have to resort to FTPs (at least that's my solution!) Quote
no42 Posted September 13, 2013 Posted September 13, 2013 (edited) Try this google dork: site:forums.hak5.org +payload +version1 it may be of some help to you? Edited September 13, 2013 by midnitesnake Quote
n30_h4x0r Posted September 14, 2013 Author Posted September 14, 2013 Thanks Both of You...:) Actually The USB Rubber Ducky is Not Available for Purchase or Delivery at my Place. So, I need to Recreate it. Quote
Plazmaz Posted June 5, 2014 Posted June 5, 2014 Thanks Both of You...:) Actually The USB Rubber Ducky is Not Available for Purchase or Delivery at my Place. So, I need to Recreate it. I've created a basic javascript encoder: https://forums.hak5.org/index.php?/topic/32719-payload-converter-duckuino-duckyscript-to-arduino/#entry244590 Quote
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.