Skip to content

Commit 4a47f0f

Browse files
committed
Land rapid7#4334, @todb-r7's cosmetic fixes
2 parents 738fc78 + 909971e commit 4a47f0f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

modules/post/windows/gather/credentials/outlook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_registry
125125
print_good("Account Found:")
126126
print_status(" Type: #{type}")
127127
print_status(" User Display Name: #{displayname}")
128-
print_status(" User E-mail Address: #{email}")
128+
print_status(" User Email Address: #{email}")
129129

130130
if type == "POP3"
131131
pop3_pw = get_valdata(k, 'POP3 Password')

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)