1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 02:06:15 +02:00
tldr/pages/common/sniffer.py.md
Sebastiaan Speck 40b4e64363
impacket*: add missing Dutch translations and improve English pages (#16607)
* impacket*: add missing Dutch translations and improve English pages

* Fix tldr-bot issues

* Apply suggestions from code review

Co-authored-by: Leon <leonvsc@users.noreply.github.com>

---------

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2025-05-28 21:41:12 +02:00

432 B

sniffer.py

Capture and display network packets for specified protocols using raw sockets. Part of the Impacket suite. More information: https://github.com/fortra/impacket.

  • Capture packets for default protocols (ICMP, TCP, UDP):

sniffer.py

  • Capture packets for specific protocols (e.g., ICMP, TCP):

sniffer.py {{protocol1 protocol2 ...}}

  • Capture packets for specific protocols (e.g., TCP):

sniffer.py tcp