Correct punctuation on outlook, too.

bug/bundler_fix
Tod Beardsley 2015-02-07 22:26:14 -06:00
parent 1390c81420
commit a5b2e99136
No known key found for this signature in database
GPG Key ID: BD63D0A3EA19CAAC
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Metasploit3 < Msf::Post
# Check whether target system is locked
locked = client.railgun.user32.GetForegroundWindow()['return']
if locked == 0
fail_with(Failure::Unknown, "Target system is locked. This post module cannot click on Outlooks security warning when the target system is locked")
fail_with(Failure::Unknown, "Target system is locked. This post module cannot click on Outlook's security warning when the target system is locked.")
end
case action.name