mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 14:55: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>
13 lines
485 B
Markdown
13 lines
485 B
Markdown
# sniff.py
|
|
|
|
> Leg netwerkpakketten vast en geef weer met de `pcapy` bibliotheek.
|
|
> Onderdeel van de Impacket-suite.
|
|
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
|
|
- Maak een lijst van beschikbare netwerkinterfaces en selecteer er een om te beginnen met het vastleggen van pakketten (vereist `sudo`):
|
|
|
|
`sudo sniff.py`
|
|
|
|
- Leg pakketten vast en sla uitvoer op in een bestand terwijl het op de terminal wordt weergegeven:
|
|
|
|
`sudo sniff.py | sudo tee {{pad/naar/uitvoerbestand}}`
|