Skip to content

Commit 909971e

Browse files
author
Tod Beardsley
committed
Margins on description, PowerShell not Powershell
1 parent 80dc781 commit 909971e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

modules/post/windows/gather/outlook.rb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ def initialize(info={})
1616
super(update_info(info,
1717
'Name' => 'Windows Gather Outlook Email Messages',
1818
'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
23+
x64 with Office 2013.
2124
},
2225
'License' => MSF_LICENSE,
2326
'Author' => [ 'Wesley Neelen <security[at]forsec.nl>' ],
@@ -128,9 +131,9 @@ def run
128131

129132
# Powershell installed check
130133
if have_powershell?
131-
print_good("Powershell is installed.")
134+
print_good("PowerShell is installed.")
132135
else
133-
fail_with(Failure::Unknown, "Powershell is not installed")
136+
fail_with(Failure::Unknown, "PowerShell is not installed")
134137
end
135138

136139
# Check whether target system is locked

0 commit comments

Comments
 (0)