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
When outputting in the search output, the screen will be filled with return characters in some logs:
For standard output and when writing to a file, it would be easier to read if all of these return characters would be replaced by a single space like Hayabusa does in the CSV timeline. @hitenkoku Since you know how to do this, could you look at this when you have time?
You can use the following command to test: ./target/release/hayabusa search -d ../hayabusa-sample-evtx -r ".*" -F EventID:"5145"
The text was updated successfully, but these errors were encountered:
When outputting in the
search
output, the screen will be filled with return characters in some logs:For standard output and when writing to a file, it would be easier to read if all of these return characters would be replaced by a single space like Hayabusa does in the CSV timeline.
@hitenkoku Since you know how to do this, could you look at this when you have time?
You can use the following command to test:
./target/release/hayabusa search -d ../hayabusa-sample-evtx -r ".*" -F EventID:"5145"
The text was updated successfully, but these errors were encountered: