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/capture/screen.md
Views: 11705
Description
This module takes a screen capture with the Android built-in application to live off the land. shell
or root
access is required.
Verification Steps
Start msfconsole
Get
shell
orroot
access on an Android deviceDo:
use post/android/capture/screen
Do:
set session [session]
Do:
run
You should get a screen capture saved to your device.
Options
EXE_PATH
Path to the screencap
executable on Android device. Default is /system/bin/screencap
.
TMP_PATH
Path to temp directory on Android device to save the screenshot to temporarily. Default is /data/local/tmp/
.
Scenarios
Samsung Galaxy S3 Verizon (SCH-I535 w/ Android 4.4.2, kernel 3.4.0)
Utilizing futex_requeue to get root access.