From 3aa721515b9fe94c5a499cbb13a3c99126826184 Mon Sep 17 00:00:00 2001 From: Axel Boesenach <40278342+sud0woodo@users.noreply.github.com> Date: Sat, 23 Mar 2024 12:13:30 +0100 Subject: [PATCH] Fix typo in /z command parameter (#360) --- yml/OSBinaries/Msiexec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yml/OSBinaries/Msiexec.yml b/yml/OSBinaries/Msiexec.yml index 7a42552..b6dacef 100644 --- a/yml/OSBinaries/Msiexec.yml +++ b/yml/OSBinaries/Msiexec.yml @@ -26,7 +26,7 @@ Commands: MitreID: T1218.007 OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 - Command: msiexec /z "C:\folder\evil.dll" - Description: Calls DLLRegisterServer to un-register the target DLL. + Description: Calls DLLUnregisterServer to un-register the target DLL. Usecase: Execute dll files Category: Execute Privileges: User