odedshimon / BruteShark

Network Analysis Tool
GNU General Public License v3.0
3.03k stars 332 forks source link

Add a quiet and log file output command line flags in brutesharkcli #142

Open ghost opened 11 months ago

ghost commented 11 months ago

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.