HID Keyboard Attack with Android (Not Kali NetHunter)

Sep 6, 2015 05:06 PM
635771279999393530.jpg

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

635771284949835051.jpg

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)

635771307052192116.jpg

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

635771305371435392.jpg

Comments

No Comments Exist

Be the first, drop a comment!