mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
@@ -4,7 +4,7 @@ Description: Windows App Certification Kit command-line tool.
|
||||
Author: Avihay Eldad
|
||||
Created: 2024-03-06
|
||||
Commands:
|
||||
- Command: appcert.exe test -apptype desktop -setuppath c:\windows\system32\notepad.exe -reportoutputpath c:\users\public\output.xml
|
||||
- Command: appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.exe} -reportoutputpath {PATH_ABSOLUTE:.xml}
|
||||
Description: Execute an executable file via the Windows App Certification Kit command-line tool.
|
||||
Usecase: Performs execution of specified file, can be used as a defense evasion
|
||||
Category: Execute
|
||||
@@ -13,7 +13,7 @@ Commands:
|
||||
OperatingSystem: Windows
|
||||
Tags:
|
||||
- Execute: EXE
|
||||
- Command: appcert.exe test -apptype desktop -setuppath c:\users\public\malicious.msi -setupcommandline /q -reportoutputpath c:\users\public\output.xml
|
||||
- Command: appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.msi} -setupcommandline /q -reportoutputpath {PATH_ABSOLUTE:.xml}
|
||||
Description: Install an MSI file via an msiexec instance spawned via appcert.exe as parent process.
|
||||
Usecase: Execute custom made MSI file with malicious code
|
||||
Category: Execute
|
||||
|
Reference in New Issue
Block a user