What is it ?
USB Rubber Ducky is a fantastic tool for developers and security testers.
It allows you to do commands on a computer but in a speed as you never seen. AND the bonus, it's like YOU're typing on the keyboard.
It uses a simple scripting language to emulate keys and do what you want on the computer, even using python, powershell, etc.
Computers recognize it as a regular keyboard and accept pre-programmed keystroke payloads at over 1000 words per minute.
Payloads are crafted using a simple scripting language and can be used to drop reverse shells, inject binaries, brute force pin codes, and many other automated functions for the penetration tester and systems administrator.
Payload script exemple
Just open a text editor and write down this code.
It'll open the notepad and write the text "Hello World"
GUI r
DELAY 500
STRING notepad
DELAY 500
ENTER
DELAY 750
STRING Hello World
ENTER
There are a lots of already coded payload, a wonderfull forum and community, and a lot of tools.
I'm not related to Rubber Ducky, I'm just a fan that want to spread the good words ;)
Follow me for more post about Rubber Ducky