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 eb4226d commit 1390c81Copy full SHA for 1390c81
modules/post/windows/gather/phish_windows_credentials.rb
@@ -109,7 +109,7 @@ def run
109
# Check whether target system is locked
110
locked = client.railgun.user32.GetForegroundWindow()['return']
111
if locked == 0
112
- 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.")
113
end
114
115
# Switch to check whether a specific process needs to be monitored, or just show the popup immediatly.
0 commit comments