You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/post/windows/manage/priv_migrate.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This module is a nice addition to the beginning of an autorun script for post-Me
14
14
-**ANAME** - This option allows you to specify a system level process that the module attempts to migrate to first if the session has admin rights.
15
15
-**NAME** - This option allows you to specify the user level process that the module attempts to migrate to first if the session has user rights or if admin migration fails through all of the default processes.
16
16
-**KILL** - This option allows you to kill the original process after a successful migration. The default value is FALSE.
17
+
-**NOFAIL** - This option allows you to specify whether or not the module will migrate the session into a user level process if admin level migration fails. If TRUE, this may downgrade priviliged shells. The default value is FALSE.
17
18
18
19
## Module Process
19
20
Here is the process that the module follows:
@@ -22,11 +23,13 @@ Here is the process that the module follows:
22
23
- If the session has admin rights, it attempts to migrate to a system owned process in the following order:
23
24
- ANAME (Module option, if specified)
24
25
- services.exe
25
-
- winlogon.exe
26
26
- wininit.exe
27
+
- svchost.exe
27
28
- lsm.exe
28
29
- lsass.exe
29
-
- If it is unable to migrate to one of these processes, it drops to user level migration.
30
+
- winlogon.exe
31
+
- The module will not migrate if the session has System rights and is already in one of the above target processes.
32
+
- If it is unable to migrate to one of these processes, it drops to user level migration if NOFAIL is TRUE.
30
33
- If the session has user rights, it attempts to migrate to a user owned process in the following order:
0 commit comments