haksploit-blogger_old

usb rubber ducky (sd card supported)

USB Rubber Ducky (SD card support)



Hello peeps ,

We already seen the usb rubber ducky usb version using arduino pro micro  , now we are back with add-on to it , yea sd-card supported version of it .

Why do we need sd card support to it?

Yes can have larger scripts into the sd card and call the scripts as when we need it , this sd card support helps in many ways, we don't want to wait for converting the ducky script into arduino programming and compile and upload using arduino ide , this sd card support resolves these issues and helps in executing scripts

Yes let start building one , all we need is
  1. 1 x arduino pro micro  ( link to arduino pro micro ) buy non-soldering version .
  2. 1 x arduino micro sd card module   ( link to sd card module ) buy non-soldering version .
  3. Dual side tape - 5 cm .
  4. Soldering kit .
                           Arduino pro micro                                                                Micro sd card module 




Pin configuration:

Arduino          MicroSD module
 
 
VCC       <->     VCC

GND       <->     GND
 
D15       <->     SCK 
 
D4        <->     CS
  
D14       <->     MISO

D16       <->     MOSI

        Download from the Github-link
  1. Connect your arduino pro micro to your PC.
  2. Select the port and board from tools option.
  3. Open your arduino IDE and add the downloaded script from github.
  4. Compile and upload the script.
  5. Connect your sd card to your computer via sd card reader and create a text file as file.txt in the root folder paste ducky script.

Yes done!!!!!!!!!!!!!!!!


Comments

Popular Posts