mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 07:15:23 +02:00

* 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>
17 lines
485 B
Markdown
17 lines
485 B
Markdown
# sniffer.py
|
|
|
|
> Vang netwerkpakketten voor gespecificeerde protocollen op en geef deze weer met behulp van raw sockets.
|
|
> Onderdeel van de Impacket-suite.
|
|
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
|
|
- Leg pakketten vast voor standaard protocollen (ICMP, TCP, UDP):
|
|
|
|
`sniffer.py`
|
|
|
|
- Leg pakketten vast voor specifieke protocollen (bijv. ICMP, TCP):
|
|
|
|
`sniffer.py {{protocol1 protocol2 ...}}`
|
|
|
|
- Leg pakketten vast voor specifieke protocollen (bijv. TCP):
|
|
|
|
`sniffer.py tcp`
|