ngrep
Grep for network packets.
ngrep applies regular expressions to network packets as they pass on the wire (using libpcap). It is useful for ad-hoc inspection of HTTP, DNS, and other text-oriented protocols on Linux.
Install
Debian/Ubuntu: sudo apt install ngrep Fedora: sudo dnf install ngrep
