Skip to content

Tcpdump

Tcpdump is an open source Linux native packet capture tool , useful in troubleshooting network issues.

Install

sudo apt install tcpdump
# Can set any port you wish , instead of 443. 
sudo tcpdump -i any | grep 443

References

  • https://www.tcpdump.org/