From 74ed2a581af8dc30b230aec6944b671fbfc04769 Mon Sep 17 00:00:00 2001 From: Eliott Teissonniere <10683430+DeveloppSoft@users.noreply.github.com> Date: Fri, 22 Jun 2018 09:51:55 +0000 Subject: [PATCH] Document post/multi/screensaver --- .../modules/post/multi/manage/screensaver.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 documentation/modules/post/multi/manage/screensaver.md diff --git a/documentation/modules/post/multi/manage/screensaver.md b/documentation/modules/post/multi/manage/screensaver.md new file mode 100644 index 0000000000..fab5d35001 --- /dev/null +++ b/documentation/modules/post/multi/manage/screensaver.md @@ -0,0 +1,35 @@ +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 + +1. Obtain a session. +2. In msfconsole do `use post/multi/screensaver`. +3. Set the `SESSION` option. +4. Choose the action you want to perform via `set action NAME` (available actions described below). +5. 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.