diff --git a/modules/post/windows/gather/outlook.rb b/modules/post/windows/gather/outlook.rb index 8b9958db03..92269c8d9c 100644 --- a/modules/post/windows/gather/outlook.rb +++ b/modules/post/windows/gather/outlook.rb @@ -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 diff --git a/modules/post/windows/gather/phish_windows_credentials.rb b/modules/post/windows/gather/phish_windows_credentials.rb index f31cbd93f9..047ce64dae 100644 --- a/modules/post/windows/gather/phish_windows_credentials.rb +++ b/modules/post/windows/gather/phish_windows_credentials.rb @@ -109,7 +109,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 start the loginprompt when the target system is locked.") end # Switch to check whether a specific process needs to be monitored, or just show the popup immediatly.