A tool that sends keystrokes wirelessly using Bluetooth for HID automation.
- Minimal Setup.
- Simply controlled by Serial Bluetooth Terminal App.
- Execute payloads by just sending numbers.
- Store upto
9
payloads in the flash memory.
1
Arduino Leonardo1
HC-05 Bluetooth Module4
Male to Female Jumper Wires
Arduino Leonardo | HC-05 |
---|---|
5V | VCC |
GND | GND |
TX | D10 |
RX | D11 |
D
means Digital Pin.
- Download Arduino IDE from here according to your Operating System.
- Simply install it.
- Download or Clone the Repository.
- Open the folder and just double click on
BTInjector.ino
file. - It opens in Arduino IDE.
- Compile the code.
- Select the correct board from the
Tools
→Board
→Arduino AVR Boards
.- It is
Arduino Leonardo
.
- It is
- Select the correct port number of that board.
- Upload the code.
- Refer to this github repository - here.
- There are
4
example codes in that repository. - Copy the code between
Keyboard.begin();
andKeyboard.end();
and paste at the area of the code where//Put your payload here ;)
is present.
- Turn on your mobile bluetooth.
- Pair the
HC-05
normally. - Enter the password - It is generally
0000
OR1234
. - Then open
Serial Bluetooth Terminal
app. - Click on
☰
. - Click on
Devices
. - Click on
Bluetooth Classic
. - Click on the
HC-05
. - After that, when it show
Connected
it means it is ready to execute payloads. - Just type the number and click on Send button.
- The payload of that number executes immediately.