Skip to content

Commit 69769b1

Browse files
committed
Land rapid7#8036, Fix run_as_psh with domain accounts
Missed a commit in this PR last time due to typo updating the PR before merge.
2 parents be41df6 + 662673a commit 69769b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The process will use the Start-Process command of powershell to run a process as
2020
- Requires Powershell
2121
- Hidden Mode does not work with older powershell versions
2222
- Interactive mode needs to be run from a meterpreter console
23+
- Certain SYSTEM Services cannot run Start-Process with the -credential switch, causing the module to fail
24+
- SYSTEM processes without I/O pipes cannot use interactive mode
2325

2426
## Examples
2527

0 commit comments

Comments
 (0)