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,7 +4,7 @@ Description: Used for installing certificates
Author: 'Ensar Samil'
Created: 2021-10-07
Commands:
- Command: certoc.exe -LoadDLL "C:\test\calc.dll"
- Command: certoc.exe -LoadDLL {PATH_ABSOLUTE:.dll}
Description: Loads the target DLL file
Usecase: Execute code within DLL file
Category: Execute
@@ -13,7 +13,7 @@ Commands:
OperatingSystem: Windows Server 2022
Tags:
- Execute: DLL
- Command: certoc.exe -GetCACAPS https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/CodeExecution/Invoke-DllInjection.ps1
- Command: certoc.exe -GetCACAPS {REMOTEURL:.ps1}
Description: Downloads text formatted files
Usecase: Download scripts, webshells etc.
Category: Download