File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/modules/post/windows/manage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ By default, it will start an interactive cmd as the target user.
8
8
- ** DOMAIN** - The domain of the user
9
9
- ** EXE** - The program to run (default cmd.exe)
10
10
- ** PASS** - The program arguments
11
- - ** PATH** - The path to run the program in (default C:\)
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
@@ -33,11 +33,11 @@ meterpreter > run post/windows/manage/run_as_psh user=test pass=mypassword
33
33
Microsoft Windows [ Version 10.0.14393]
34
34
(c) 2016 Microsoft Corporation. All rights reserved.
35
35
36
- C:\> whoami
36
+ C:\\ >whoami
37
37
whoami
38
38
my-pc\test
39
39
40
- C:\>
40
+ C:\\ >
41
41
42
42
meterpreter > run post/windows/manage/run_as_psh user=test pass=mypassword hidden=false channelize=false interactive=false exe=cmd path=C:\\ windows args="/c start notepad"
43
43
You can’t perform that action at this time.
0 commit comments