Home » Tools » 13. Hardware Hacking Tools » 3. USB Rubber Ducky

3. USB Rubber Ducky

Description:
The USB Rubber Ducky is a keystroke injection tool that acts like a keyboard. It can be pre-programmed to type sequences of keys at lightning speed, making it useful for automating tasks or exploiting systems with malicious scripts.

Examples:

    1. Write a Ducky Script:
      • DELAY 1000
      • STRING ipconfig
      • ENTER

Explanation: This script runs ipconfig on the target system after a delay, allowing an attacker to retrieve network information.

Scroll to Top