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
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