You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the csv-timeline and json-timeline commands, when the results are printed to standard output, I don't think we should output the progress bar as we already have the Scanning finished message being displayed. (Note: this only applies to the default settings where the events are not being sorted. When -s is used to sort the events, then we should still show the progress bar)
I just noticed that the color of the progress bar will be affected with csv-timeline:
So I would like to not display the progress bar at the end when -o is not being used.
@fukusuket Could I ask you to do this one? After this issue is complete, I am thinking about releasing v2.19.0.
If is it difficult to disable the progress bar when -s is not used in csv-timeline and json-timeline then could you just fix the color issue so that the progress bar text does not turn blue?
The text was updated successfully, but these errors were encountered:
For the
csv-timeline
andjson-timeline
commands, when the results are printed to standard output, I don't think we should output the progress bar as we already have theScanning finished
message being displayed. (Note: this only applies to the default settings where the events are not being sorted. When-s
is used to sort the events, then we should still show the progress bar)I just noticed that the color of the progress bar will be affected with
csv-timeline
:So I would like to not display the progress bar at the end when
-o
is not being used.Ex:
./target/release/hayabusa csv-timeline -d ../hayabusa-sample-evtx -w -r ../hayabusa-rules/hayabusa/sysmon/Sysmon_1_ProcExec_High_LOLBAS-Rename.yml
@fukusuket Could I ask you to do this one? After this issue is complete, I am thinking about releasing v2.19.0.
If is it difficult to disable the progress bar when
-s
is not used incsv-timeline
andjson-timeline
then could you just fix the color issue so that the progress bar text does not turn blue?The text was updated successfully, but these errors were encountered: