/arduino_hid_attacks

Use arduino to perform hid keyboard and mouse attacks

Primary LanguageC++

Arduino HID attacks

Use Arduino boards with HID capabilities such as Arduino Micro & Leornado to inject keyboard commands. The Arduino will emulate HID Keyboard and mouse then launch programs such as powershell and execute commands.

Important

The arduino will take over your mouse and/or keyboard hence it is advisable to run the code once i.e. in setup() function

Links

YouTube Video

Download zip

Arduno Pro Micro

Sketches

random_mouse

moves the mouse to random positions

random_keyboard

opens wordpad and types random characters

copy_files

copies specified files to removable storage.

First insert removable storage and change name to match your disk

fast_type

types pre-selected text

save_tree

saves tree of C:\ to text file to removable storage

run_script

runs a script from removable storage

text_loop

opens wordpad and writes a string for the number of specified times