Skip to content

Commit 9e11b06

Browse files
authored
Fix examples section in run_as_psh
1 parent 3733365 commit 9e11b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The process will use the Start-Process command of powershell to run a process as
2525

2626
## Examples
2727

28-
`
28+
```
2929
meterpreter > getuid
3030
Server username: NT AUTHORITY\SYSTEM
3131
meterpreter > run post/windows/manage/run_as_psh user=test pass=mypassword
@@ -46,5 +46,5 @@ meterpreter > run post/windows/manage/run_as_psh user=test pass=mypassword hidde
4646
4747
[*] Process 9768 created.
4848
meterpreter >
49+
```
4950

50-
`

0 commit comments

Comments
 (0)