From 54f5c105304146bc2370634b7de6b445434c1122 Mon Sep 17 00:00:00 2001 From: DReneau <53024966+DReneau@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:22:06 -0700 Subject: [PATCH] Update CertUtil_Parser.mkape Removed use of PowerShell to call .exe. --- Modules/Apps/GitHub/CertUtil_Parser.mkape | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Apps/GitHub/CertUtil_Parser.mkape b/Modules/Apps/GitHub/CertUtil_Parser.mkape index b2291f62b..ec2414593 100644 --- a/Modules/Apps/GitHub/CertUtil_Parser.mkape +++ b/Modules/Apps/GitHub/CertUtil_Parser.mkape @@ -6,8 +6,8 @@ Id: 7d18d1ad-13b5-435c-a5f1-063093e39646 BinaryUrl: https://github.com/AbdulRhmanAlfaifi/CryptnetURLCacheParser/releases/tag/1.1/CryptnetUrlCacheParser.exe ExportFormat: csv Processors: - - Executable: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe - CommandLine: "& \"%kapeDirectory%\\Modules\\bin\\CryptnetUrlCacheParser.exe\" -o \"%destinationDirectory%\\Certutil_Parsed.csv\"" + - Executable: CryptnetUrlCacheParser.exe + CommandLine: "-o \"%destinationDirectory%\\Certutil_Parsed.csv\"" ExportFormat: csv # Documentation