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

19 lines
781 B
Markdown
Raw Normal View History

# MSI Wrapper
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.\
2021-11-30 16:46:07 +00:00
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 (304).png>)
And this is the most important part of the configuration:
![](<../../.gitbook/assets/image (305).png>)
![](<../../.gitbook/assets/image (308).png>)
![](<../../.gitbook/assets/image (310).png>)
(Please, note that if you try to pack your own binary you will be able to modify these values)
2021-11-30 16:46:07 +00:00
From here just click on **next buttons** and the last **build button and your installer/wrapper will be generated.**