logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Capture Network Packets - Sniff Network Traffic | Online Free DevTools by Hexmos

Capture network packets efficiently with sniff.py. Analyze network traffic and troubleshoot network issues with this packet sniffing tool. Free online tool, no registration required.

sniff-py

Capture and display network packets using the pcapy library. Part of the Impacket suite. More information: https://github.com/fortra/impacket.

  • List available network interfaces and select one to start capturing packets (requires sudo):

sudo sniff.py

  • Capture packets and save output to a file while displaying it on the terminal:

sudo sniff.py | sudo tee {{path/to/output_file}}

See Also