1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

airodump-ng: add German Translation (#9982)

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

Co-authored-by: pixel <pixel+github@chrissx.de>
This commit is contained in:
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

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}}`