https://github.com/fbiego/arduino_hid_attacks
Use arduino to perform hid keyboard and mouse attacks
https://github.com/fbiego/arduino_hid_attacks
Last synced: 2 months ago
JSON representation
Use arduino to perform hid keyboard and mouse attacks
- Host: GitHub
- URL: https://github.com/fbiego/arduino_hid_attacks
- Owner: fbiego
- Created: 2019-05-30T12:45:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T11:08:53.000Z (about 6 years ago)
- Last Synced: 2025-03-25T09:47:50.304Z (3 months ago)
- Language: C++
- Size: 1.72 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://youtu.be/chAwRP5RTVQ)**
**[Download zip](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/fbiego/arduino_hid_attacks)**

## Sketches
**[random_mouse](random_mouse/random_mouse.ino)**
moves the mouse to random positions
**[random_keyboard](random_keyboard/random_keyboard.ino)**
opens wordpad and types random characters
**[copy_files](copy_files/copy_files.ino)**
copies specified files to removable storage.
First insert removable storage and change name to match your disk
**[fast_type](fast_type/fast_type.ino)**
types pre-selected text
**[save_tree](save_tree/save_tree.ino)**
saves tree of C:\ to text file to removable storage
**[run_script](run_script/run_script.ino)**
runs a script from removable storage
**[text_loop](text_loop/text_loop.ino)**
opens wordpad and writes a string for the number of
specified times