File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
modules/post/windows/manage Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,12 @@ def run
45
45
winlogon_procs << proc if proc [ 'name' ] == "winlogon.exe"
46
46
end
47
47
48
- winlogon_procs . each { | proc | return if attempt_migration ( proc [ 'pid' ] ) }
48
+ print_status "Attempting to move into explorer.exe for current user..."
49
49
uid_explorer_procs . each { |proc | return if attempt_migration ( proc [ 'pid' ] ) }
50
+ print_status "Attempting to move into explorer.exe for other users..."
50
51
explorer_procs . each { |proc | return if attempt_migration ( proc [ 'pid' ] ) }
52
+ print_status "Attempting to move into winlogon.exe"
53
+ winlogon_procs . each { |proc | return if attempt_migration ( proc [ 'pid' ] ) }
51
54
52
55
print_error "Was unable to sucessfully migrate into any of our likely candidates"
53
56
end
You can’t perform that action at this time.
0 commit comments