We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
search
-k or -r is not required so the user can run hayabusa like this:
-k
-r
./target/release/hayabusa search -d ../hayabusa-sample-evtx ╔╗ ╔╦═══╦╗ ╔╦═══╦══╗╔╗ ╔╦═══╦═══╗ ║║ ║║╔═╗║╚╗╔╝║╔═╗║╔╗║║║ ║║╔═╗║╔═╗║ ║╚═╝║║ ║╠╗╚╝╔╣║ ║║╚╝╚╣║ ║║╚══╣║ ║║ ║╔═╗║╚═╝║╚╗╔╝║╚═╝║╔═╗║║ ║╠══╗║╚═╝║ ║║ ║║╔═╗║ ║║ ║╔═╗║╚═╝║╚═╝║╚═╝║╔═╗║ ╚╝ ╚╩╝ ╚╝ ╚╝ ╚╝ ╚╩═══╩═══╩═══╩╝ ╚╝ by Yamato Security Searching... Start time: 2024/01/27 08:07 Total event log files: 1170 Total file size: 274.4 MB Loading detection rules. Please wait.
or this:
./target/release/hayabusa search -d ../hayabusa-sample-evtx -F EventID:1 ╔╗ ╔╦═══╦╗ ╔╦═══╦══╗╔╗ ╔╦═══╦═══╗ ║║ ║║╔═╗║╚╗╔╝║╔═╗║╔╗║║║ ║║╔═╗║╔═╗║ ║╚═╝║║ ║╠╗╚╝╔╣║ ║║╚╝╚╣║ ║║╚══╣║ ║║ ║╔═╗║╚═╝║╚╗╔╝║╚═╝║╔═╗║║ ║╠══╗║╚═╝║ ║║ ║║╔═╗║ ║║ ║╔═╗║╚═╝║╚═╝║╚═╝║╔═╗║ ╚╝ ╚╩╝ ╚╝ ╚╝ ╚╝ ╚╩═══╩═══╩═══╩╝ ╚╝ by Yamato Security Searching... Start time: 2024/01/27 08:05 Total event log files: 1170 Total file size: 274.4 MB Loading detection rules. Please wait. [00:00:04] 1,170 / 1,170 [========================================] 100% Scanning finished. Please wait while the results are being saved. No matches found. Elapsed time: 00:00:09.667
and not get any results. I want to require in clap the user to specify either -k or -r.
Also, -M can be specified with -J or -L but this should not be possible. I want to give an error when the user specifies -J or -L with -M.
-M
-J
-L
The text was updated successfully, but these errors were encountered:
fix(configs): added required option filter in search command #1257
dc4fcc1
fix(configs): added conflict command filter in multiple row and json/…
09a1c13
…jsonl output #1257
1dadd1d
b1d4998
hitenkoku
Successfully merging a pull request may close this issue.
-k
or-r
is not required so the user can run hayabusa like this:or this:
and not get any results. I want to require in clap the user to specify either
-k
or-r
.Also,
-M
can be specified with-J
or-L
but this should not be possible. I want to give an error when the user specifies-J
or-L
with-M
.The text was updated successfully, but these errors were encountered: