Pazartesi, Aralık 23, 2024

How Do I Sniff Each Packet On The Command Line?

istatistiksel görsel, analizsel tasarım, ikilik düzen

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