Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Block Parser to be path independent #958

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Modules/Apps/block-parser-zipped.mkape
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Description: Block Parser Zipped
Category: EventLogs
Author: Phill Moore
Version: 1.0
Author: Phill Moore, Reece394
Version: 1.1
Id: cb817a29-bab0-4051-ac7d-7019d6e2ac65
BinaryUrl: https:/randomaccess3/block-parser
FileMask: "Microsoft-Windows-PowerShell%4Operational.evtx"
ExportFormat: zip
Processors:
-
Executable: block-parser.exe
CommandLine: -o %destinationDirectory% -z "%sourceDirectory%\Windows\system32\winevt\logs\Microsoft-Windows-PowerShell%4Operational.evtx
CommandLine: -o %destinationDirectory% -z %sourceFile%
ExportFormat: zip

# Documentation
Expand Down
Loading