
What’s ngrep and Methods to Use It?
Even though tshark and tcpdump are the most popular packet sniffing tools that dig down to the level of bits and bytes of the traffic. ngrep is another command-line nix utility that analyzes network packets and searches for them on a given regex pattern. The utility uses pcap and GNU library to perform regex string […]