mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 00:55:30 +02:00
airodump-ng: add Dutch translation
This commit is contained in:
parent
f48f5054af
commit
3d36311955
1 changed files with 13 additions and 0 deletions
13
pages.nl/common/airodump-ng.md
Normal file
13
pages.nl/common/airodump-ng.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# airodump-ng
|
||||
|
||||
> Leg pakketten vast en geef informatie over draadloze netwerken weer.
|
||||
> Deel van `aircrack-ng`.
|
||||
> Meer informatie: <https://www.aircrack-ng.org/doku.php?id=airodump-ng>.
|
||||
|
||||
- Leg pakketten vast en geef informatie weer over een draadloos netwerk:
|
||||
|
||||
`sudo airodump-ng {{interface}}`
|
||||
|
||||
- Leg pakketten vast en geef informatie weer over een draadloos netwerk met het MAC-adres en kanaal, en sla de uitvoer op in een bestand:
|
||||
|
||||
`sudo airodump-ng --channel {{kanaal}} --write {{pad/naar/bestand}} --bssid {{mac}} {{interface}}`
|
Loading…
Add table
Reference in a new issue