airmon-ng: add German translation (#9981)

* airmon-ng.md: add German translation
---------

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

View File

@ -0,0 +1,21 @@
# airmon-ng
> Aktiveren des Überwachungsmodus auf Wireless Network Geräten.
> Teil von `aircrack-ng`.
> Weitere Informationen: <https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
- Liste Wireless Geräte und deren Status auf:
`sudo airmon-ng`
- Aktiviere den Überwachungsmodus für ein bestimmtes Gerät:
`sudo airmon-ng start {{wlan0}}`
- Kille störende Prozesse, die das Wireless Gerät verwenden:
`sudo airmon-ng check kill`
- Deaktiviere den Überwachungsmodus für ein spezifisches Interface:
`sudo airmon-ng stop {{wlan0mon}}`