sniffer.py
all
Capture and display network packets for specified protocols using raw sockets. Part of the Impacket suite.
More info →Examples (3)
Capture packets for default protocols (ICMP, TCP, UDP)
sniffer.pyCapture packets for specific protocols (e.g., ICMP, TCP)
sniffer.py protocol1 protocol2 ...Capture packets for specific protocols (e.g., TCP)
sniffer.py tcpmade by @shridhargupta | data from tldr-pages