Update run_as_psh.md
parent
50fde4849a
commit
7093fa3af0
|
@ -7,7 +7,7 @@ By default, it will start an interactive cmd as the target user.
|
||||||
- **PASS** - The user's password
|
- **PASS** - The user's password
|
||||||
- **DOMAIN** - The domain of the user
|
- **DOMAIN** - The domain of the user
|
||||||
- **EXE** - The program to run (default cmd.exe)
|
- **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:\\)
|
- **PATH** - The path to run the program in (default C:\\)
|
||||||
- **CHANNELIZE** - Channelize the output, required to read output or interact
|
- **CHANNELIZE** - Channelize the output, required to read output or interact
|
||||||
- **INTERACT** - Interact with program
|
- **INTERACT** - Interact with program
|
||||||
|
@ -15,10 +15,11 @@ By default, it will start an interactive cmd as the target user.
|
||||||
|
|
||||||
## Module Process
|
## Module Process
|
||||||
The process will use the Start-Process command of powershell to run a process as another user.
|
The process will use the Start-Process command of powershell to run a process as another user.
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
- Requires Powershell
|
- Requires Powershell
|
||||||
- Hidden Mode does not work with older powershell versions
|
- 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
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue