How Do I Sniff Each Packet On The Command Line?

tcpdump is a console based traffic packet capture tool.

Firstly, install the required package for debian

apt install tcpdump

and using tcpdump with -A and -s we can print each packet in ASCII.

tcpdump -i any -s 0 -A

Sistem Uzmanı, Linux Hacısı, El-Kernel

Yorum yapın