Skip to content

Commit

Permalink
Update Msiexec.yml (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoo0rmq committed May 22, 2024
1 parent 91a3e80 commit 2185ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yml/OSBinaries/Msiexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2185ade

Please sign in to comment.