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
9payloads in the flash memory.
1Arduino Leonardo1HC-05 Bluetooth Module4Male to Female Jumper Wires
| Arduino Leonardo | HC-05 |
|---|---|
| 5V | VCC |
| GND | GND |
| TX | D10 |
| RX | D11 |
Dmeans 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.inofile. - 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
4example 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-05normally. - Enter the password - It is generally
0000OR1234. - Then open
Serial Bluetooth Terminalapp. - Click on
☰. - Click on
Devices. - Click on
Bluetooth Classic. - Click on the
HC-05. - After that, when it show
Connectedit means it is ready to execute payloads. - Just type the number and click on Send button.
- The payload of that number executes immediately.
