We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1390c81 commit a5b2e99Copy full SHA for a5b2e99
modules/post/windows/gather/outlook.rb
@@ -144,7 +144,7 @@ def run
144
# Check whether target system is locked
145
locked = client.railgun.user32.GetForegroundWindow()['return']
146
if locked == 0
147
- 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.")
148
end
149
150
case action.name
0 commit comments