Just a simple flag to have no output to stdout and another flag option that allows to specify output in stdout to a log file.
Would make it a lot cleaner when running in scripts instead of having to do something like brutesharkcli whatever >> log_file 2>&1 or redirect to /dev/null.
Just a simple flag to have no output to stdout and another flag option that allows to specify output in stdout to a log file.
Would make it a lot cleaner when running in scripts instead of having to do something like
brutesharkcli whatever >> log_file 2>&1
or redirect to/dev/null
.