-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the no wizard flag for new hayabusa version
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Description: Hayabusa a timeline generator for Windows event logs - Live | ||
Category: EventLogs | ||
Author: Georg Lauenstein (sure[secure]) | ||
Version: 1.4 | ||
Version: 1.5 | ||
Id: 9696412c-c973-4fd4-a426-06318011b8ba | ||
BinaryUrl: https://github.com/Yamato-Security/hayabusa/releases | ||
ExportFormat: csv | ||
Processors: | ||
- | ||
Executable: hayabusa\hayabusa.exe | ||
CommandLine: csv-timeline --live-analysis --profile standard --min-level medium --quiet --UTC -o %destinationDirectory%\hayabusa_events_live_system.csv | ||
CommandLine: csv-timeline --live-analysis --profile standard -w --min-level medium --quiet --UTC -o %destinationDirectory%\hayabusa_events_live_system.csv | ||
ExportFormat: csv | ||
|
||
# Documentation | ||
# Create a folder "hayabusa" within the "Modules\bin" KAPE folder | ||
# Place "zip archive" file into "Modules\bin\hayabusa" and unpack | ||
# rename the hayabusa executable to hayabusa.exe | ||
# You can delete all except: "config"; "rules" and the "hayabusa.exe" | ||
# For more options use: hayabusa.exe help | ||
# For more options use: hayabusa.exe help |