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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ Commands:
MitreID: T1218.007 MitreID: T1218.007
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
- Command: msiexec /y "C:\folder\evil.dll" - 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 Usecase: Execute dll files
Category: Execute Category: Execute
Privileges: User Privileges: User
@ -28,7 +28,7 @@ Commands:
Tags: Tags:
- Execute: DLL - Execute: DLL
- Command: msiexec /z "C:\folder\evil.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 Usecase: Execute dll files
Category: Execute Category: Execute
Privileges: User Privileges: User