Path: blob/master/documentation/modules/post/android/manage/remove_lock_root.md
31510 views
Description
This module removes the screen lock data files to remove the unlock mechanism. If the device still has a lock, the password will be blank.
The file which are removed:
/data/system/password.key
/data/system/gesture.key
Verification Steps
Start msfconsole
Get
shellorrootaccess on an Android deviceDo:
use post/android/manage/remove_lock_rootDo:
set session [session]Do:
runYou should be able to unlock the device without a password or gesture.
Scenarios
Samsung Galaxy S3 Verizon (SCH-I535 w/ android 4.4.2, kernel 3.4.0)
Utilizing futex_requeue to get root access.