Skip to content

Commit

Permalink
Update screen_spy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlacroix committed Dec 14, 2019
1 parent 244a8ec commit b007eea
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions documentation/modules/post/windows/gather/screen_spy.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
## Vulnerable Application

This Module lists current TCP sessions.
This module will incrementally take desktop screenshots from the
host. This allows for screen spying which can be useful to determine
if there is an active user on a machine, or to record the screen for
later data extraction. Note: As of March, 2014, the VIEW_CMD option
has been removed in favor of the Boolean VIEW_SCREENSHOTS option,
which will control if (but not how) the collected screenshots will
be viewed from the Metasploit interface.

## Verification Steps

1. Start `msfconsole`
1. Start msfconsole
2. Get meterpreter session
3. Do: `use post/windows/gather/screen_spy`
4. Do: `set SESSION <session id>`
5. Do: `run`
3. Do: ```use post/windows/gather/screen_spy```
4. Do: ```set SESSION <session id>```
5. Do: ```run```

## Options

Expand Down

0 comments on commit b007eea

Please sign in to comment.