From 909971e0bf4ca68ecb4945fc537061cbe8a3a44c Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 8 Dec 2014 10:57:49 -0600 Subject: [PATCH] Margins on description, PowerShell not Powershell --- modules/post/windows/gather/outlook.rb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/post/windows/gather/outlook.rb b/modules/post/windows/gather/outlook.rb index 7ec332a2dc..8bff533e7d 100644 --- a/modules/post/windows/gather/outlook.rb +++ b/modules/post/windows/gather/outlook.rb @@ -16,8 +16,11 @@ class Metasploit3 < Msf::Post super(update_info(info, 'Name' => 'Windows Gather Outlook Email Messages', 'Description' => %q{ - 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. - 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. + This module allows reading and searching email messages from the local + Outlook installation using PowerShell. Please note that this module is + manipulating the victims keyboard/mouse. If a victim is active on the target + system, he may notice the activities of this module. Tested on Windows 8.1 + x64 with Office 2013. }, 'License' => MSF_LICENSE, 'Author' => [ 'Wesley Neelen ' ], @@ -128,9 +131,9 @@ class Metasploit3 < Msf::Post # Powershell installed check if have_powershell? - print_good("Powershell is installed.") + print_good("PowerShell is installed.") else - fail_with(Failure::Unknown, "Powershell is not installed") + fail_with(Failure::Unknown, "PowerShell is not installed") end # Check whether target system is locked