Ngrep – How to Search Network Traffic on Linux – Command Examples
Ngrep ngrep or network grep is a command line program that can be used to analyze and search network packets for a given regex pattern or string. ngrep uses the pcap library to capture network packets and gnu regex library to perform regex searches. ngrep is like tcpdump + grep. In this article we shall… Read More »