File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
documentation/modules/post/windows/manage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,19 @@ By default, it will start an interactive cmd as the target user.
7
7
- ** PASS** - The user's password
8
8
- ** DOMAIN** - The domain of the user
9
9
- ** EXE** - The program to run (default cmd.exe)
10
- - ** PASS ** - The program arguments
10
+ - ** ARGS ** - The program arguments
11
11
- ** PATH** - The path to run the program in (default C:\\ )
12
12
- ** CHANNELIZE** - Channelize the output, required to read output or interact
13
13
- ** INTERACT** - Interact with program
14
14
- ** HIDDEN** - Hide the console window
15
15
16
16
## Module Process
17
17
The process will use the Start-Process command of powershell to run a process as another user.
18
+
18
19
## Limitations
19
20
- Requires Powershell
20
21
- Hidden Mode does not work with older powershell versions
21
- - Interactive mode needs to be ran from a meterpreter console
22
+ - Interactive mode needs to be run from a meterpreter console
22
23
23
24
## Examples
24
25
You can’t perform that action at this time.
0 commit comments