From 7093fa3af04b222e1d21517bce4f39981d1d47b0 Mon Sep 17 00:00:00 2001 From: p3nt4 Date: Wed, 21 Dec 2016 09:14:52 +1100 Subject: [PATCH] Update run_as_psh.md --- documentation/modules/post/windows/manage/run_as_psh.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/modules/post/windows/manage/run_as_psh.md b/documentation/modules/post/windows/manage/run_as_psh.md index a0b519850d..468fb48047 100644 --- a/documentation/modules/post/windows/manage/run_as_psh.md +++ b/documentation/modules/post/windows/manage/run_as_psh.md @@ -7,7 +7,7 @@ By default, it will start an interactive cmd as the target user. - **PASS** - The user's password - **DOMAIN** - The domain of the user - **EXE** - The program to run (default cmd.exe) -- **PASS** - The program arguments +- **ARGS** - The program arguments - **PATH** - The path to run the program in (default C:\\) - **CHANNELIZE** - Channelize the output, required to read output or interact - **INTERACT** - Interact with program @@ -15,10 +15,11 @@ By default, it will start an interactive cmd as the target user. ## Module Process The process will use the Start-Process command of powershell to run a process as another user. + ## Limitations - Requires Powershell - Hidden Mode does not work with older powershell versions -- Interactive mode needs to be ran from a meterpreter console +- Interactive mode needs to be run from a meterpreter console ## Examples