Skip to content

Commit 3733365

Browse files
authored
Add options section to archmigrate
- Also make verification steps code instead of surrounded in quotes
1 parent 3a764b1 commit 3733365

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

documentation/modules/post/windows/manage/archmigrate.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,25 @@ This module was not tested against, but may work against:
1212

1313
1. Other versions of Windows that are x64.
1414

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
1628

1729
1. Start msfconsole
1830
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`
2234

2335
## Scenarios
2436

0 commit comments

Comments
 (0)