Hi , Today i will show you how to do HID Keyboard Attacks With Android BUT without using Kali NetHunter BUT You will need to install custom kernel to your Android device, that will add keyboard+mouse functions to it's USB port,So Lets Get Started
Step 1: Prerequisites
For This You Need The Following Things:
1.Rooted Android
2.Custom Recovery(twrp or clockworkmod)
3:ADB Files
If you Already Have Both then go to https://play.google.com/store/apps/details?id=remote.hid.keyboard.client and Look For your Device's Kernel and flash the zip file from the Recovery
Step 2: Downloading the Files
Go here and download the files
Push the files with ADB to The Device
with the command : adb push DroidDucky-master data/local/tmp
Step 3: Finding a Payload
Go here and find a Payload that you like(The SD card mounting ones don't work You Could Put the Files in a USB and Plug that in,Instead of the SD card)
Copy-Paste the Script in a TextEditor of your liking(I Prefer Notepad++)
Convert EOL to UNIX (In Notepad++ : Edit > EOL Conversion > UNIX/OSX Format)
Save(file type makes no difference ) and push the file to the Device with the command adb push filename.txt /data/local/tmp
Step 4: Running the Payload
Download a Terminal App Of Your Choice (i prefer juiceSSH)
Connect the Device to the Pc
And run the terminal app
get Superuser Permissions with su
navigate to root directory with cd
go to the directory where the files are stored cd data/local/tmp
use the command bash droidducky.sh filename.txt to launch the attack
Comments
No Comments Exist
Be the first, drop a comment!