Skip to content

Commit

Permalink
Update CertUtil_Parser.mkape
Browse files Browse the repository at this point in the history
Removed use of PowerShell to call .exe.
  • Loading branch information
DReneau authored Oct 24, 2024
1 parent c6625f5 commit 54f5c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Apps/GitHub/CertUtil_Parser.mkape
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54f5c10

Please sign in to comment.