Wirecroc is a lightweight network traffic sniffer, for Linux, macOS and other Unix and Unix-like operating systems. It uses Ncurses, a user interface library, and libwrc packet capture and filtering libraries.
$ sudo apt install wirecroc
$ sudo wirecroc
$ make
- Fork it (https://github.com/wirecroc/wirecroc/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Nikolaycc - creator and maintainer
- PabloEscobar1337 - creator and maintainer