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:
parent
db7e1381e2
commit
21a889f704
1 changed files with 13 additions and 0 deletions
13
pages.de/common/airodump-ng.md
Normal file
13
pages.de/common/airodump-ng.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue