File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/post/windows/gather Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def run
144
144
# Check whether target system is locked
145
145
locked = client . railgun . user32 . GetForegroundWindow ( ) [ 'return' ]
146
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" )
147
+ 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
148
end
149
149
150
150
case action . name
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def run
109
109
# Check whether target system is locked
110
110
locked = client . railgun . user32 . GetForegroundWindow ( ) [ 'return' ]
111
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" )
112
+ fail_with ( Failure ::Unknown , "Target system is locked. This post module cannot start the loginprompt when the target system is locked. " )
113
113
end
114
114
115
115
# Switch to check whether a specific process needs to be monitored, or just show the popup immediatly.
You can’t perform that action at this time.
0 commit comments