odedshimon / BruteShark

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

Implement a single-command mode in BruteSharkCLI #61

Closed odedshimon closed 3 years ago

odedshimon commented 3 years ago

Use https://github.com/commandlineparser/commandline to enable BruteSharkCli to get a single command from user instead of in app shell mode

odedshimon commented 3 years ago

Since version v1.1.5 BruteSharkCli now has two modes: single command and shell mode. The single command mode works by geting all the relevant parameters for the processing and then printing the results to stdout or files. The shell mode allows to perform each step individually.

Example Video: https://youtu.be/GjGV5vwIGi8 Please see the 'Usage' section for detailed documentation and examples.