hacktricks/windows/windows-local-privilege-escalation/msi-wrapper.md

20 lines
801 B
Markdown
Raw Normal View History

# MSI Wrapper
2021-01-23 15:58:02 +00:00
Download the free version app from [https://www.exemsi.com/documentation/getting-started/](https://www.exemsi.com/download/), execute it and wrap the "malicious" binary on it.
Note that you can wrap a "**.bat**" if you **just** want to **execute** **command lines \(instead of cmd.exe select the .bat file\)**
![](../../.gitbook/assets/image%20%2848%29.png)
And this is the most important part of the configuration:
![](../../.gitbook/assets/image%20%28294%29.png)
![](../../.gitbook/assets/image%20%2812%29.png)
![](../../.gitbook/assets/image%20%28200%29.png)
\(Please, note that if you try to pack your own binary you will be able to modify these values\)
2021-01-19 19:53:05 +00:00
From here just click on **next buttons** and the last **build button and your installer/wrapper will be generated.**