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:
- Write a Ducky Script:
- DELAY 1000
- STRING ipconfig
- ENTER
- Write a Ducky Script:
Explanation: This script runs ipconfig on the target system after a delay, allowing an attacker to retrieve network information.