Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/android/manage/remove_lock_root.md
Views: 11704
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
shell
orroot
access on an Android deviceDo:
use post/android/manage/remove_lock_root
Do:
set session [session]
Do:
run
You 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.