airodump-ng: add German Translation (#9982)

* airodump-ng.md: add German Translation
---------

Co-authored-by: pixel <pixel+github@chrissx.de>
pull/23/head
Slotharmy 2023-04-23 13:52:06 +02:00 committed by GitHub
parent db7e1381e2
commit 21a889f704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# airodump-ng
> Erfasst Pakete und zeigt Informationen über drahtlose Netzwerke an.
> Teil von `aircrack-ng`.
> Weitere Informationen: <https://www.aircrack-ng.org/doku.php?id=airodump-ng>.
- Erfasse Pakete und zeige Informationen über ein drahtloses Netzwerk an:
`sudo airodump-ng {{interface}}`
- Erfasse Pakete und zeige Informationen über ein drahtloses Netzwerk anhand der MAC-Adresse und des Kanals an, und schreibe diese in eine Datei:
`sudo airodump-ng --channel {{kanal}} --write {{pfad/zu/datei}} --bssid {{mac}} {{interface}}`