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/osx/capture/screen.md
Views: 11789
Vulnerable Application
This module takes screenshots of target desktop and automatically downloads them.
Verification Steps
Start msfconsole
Get a shell, user level is fine
Do:
use post/osx/capture/screen
Do:
set session #
Do:
run
You should have a screenshot saved to loot
Options
COUNT The number of screenshots to collect. Default is 1
.
DELAY Interval between screenshots in seconds. 0 for no delay. Default is 10
.
EXE_PATH Path to remote screencapture executable. Default is /usr/sbin/screencapture
FILETYPE File format to use when saving a snapshot (Accepted: png, gif). Default is png
.
TMP_PATH Path to remote temp directory. Default is /tmp/<random>