Update Msiexec.yml (#369)

This commit is contained in:
Borja
2024-05-22 19:59:51 +02:00
committed by GitHub
parent 91a3e80d8f
commit 2185ade1f2

View File

@@ -19,7 +19,7 @@ Commands:
MitreID: T1218.007
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
- Command: msiexec /y "C:\folder\evil.dll"
Description: Calls DLLRegisterServer to register the target DLL.
Description: Calls DllRegisterServer to register the target DLL.
Usecase: Execute dll files
Category: Execute
Privileges: User
@@ -28,7 +28,7 @@ Commands:
Tags:
- Execute: DLL
- Command: msiexec /z "C:\folder\evil.dll"
Description: Calls DLLUnregisterServer to un-register the target DLL.
Description: Calls DllUnregisterServer to un-register the target DLL.
Usecase: Execute dll files
Category: Execute
Privileges: User