File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
documentation/modules/post/windows/manage Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,25 @@ This module was not tested against, but may work against:
12
12
13
13
1 . Other versions of Windows that are x64.
14
14
15
- ## Verification Steps
15
+ ## Options
16
+
17
+ #### EXE
18
+ The executable to start and migrate into. Default: ` C:\windows\sysnative\svchost.exe `
19
+
20
+ #### FALLBACK
21
+ If the selected migration executable does not exist, fallback to a sysnative file. Default: ` true `
22
+
23
+ #### IGNORE_SYSTEM
24
+ Migrate even if you have SYSTEM privileges. Default: ` true `
25
+
26
+
27
+ ### Verification Steps
16
28
17
29
1 . Start msfconsole
18
30
2 . Obatin a meterpreter session with an executable meterpreter via whatever method
19
- 3 . Do: ' use post/windows/manage/archmigrate'
20
- 4 . Do: ' set session #'
21
- 5 . Do: ' run'
31
+ 3 . Do: ` use post/windows/manage/archmigrate `
32
+ 4 . Do: ` set session # `
33
+ 5 . Do: ` run `
22
34
23
35
## Scenarios
24
36
You can’t perform that action at this time.
0 commit comments