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/multi/manage/screensaver.md
Views: 11624
This module allows you to control the screensaver or lock the session.
Vulnerable Application
The following platforms are supported:
Windows
Linux
OS X
WARNING: only Linux supports stopping the screensaver.
Verification Steps
Obtain a session.
In msfconsole do
use post/multi/manage/screensaver
.Set the
SESSION
option.Choose the action you want to perform via
set action NAME
(available actions described below).Do
run
.
Actions
LOCK
If you use set action LOCK
the run
command will lock the current session, the user will have to login again.
START
If you use set action START
the run
command will start the screensaver, depending on its settings the user may have to login again.
STOP
If you use set action STOP
the run
command will stop the screensaver.