You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/post/windows/gather/outlook.rb
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,11 @@ def initialize(info={})
16
16
super(update_info(info,
17
17
'Name'=>'Windows Gather Outlook Email Messages',
18
18
'Description'=>%q{
19
-
This module allows you to read and search email messages from the local Outlook installation using powershell. Please note that this module is manipulating the victims keyboard/mouse.
20
-
If a victim is behind the target system, he might notice the activities of this module. Tested on Windows 8.1 x64 with Office 2013.
19
+
This module allows reading and searching email messages from the local
20
+
Outlook installation using PowerShell. Please note that this module is
21
+
manipulating the victims keyboard/mouse. If a victim is active on the target
22
+
system, he may notice the activities of this module. Tested on Windows 8.1
0 commit comments