Browse Source

airmon-ng: add German translation (#9981)

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

Co-authored-by: pixel <pixel+github@chrissx.de>
Slotharmy 1 year ago
parent
commit
45026934b6
1 changed files with 21 additions and 0 deletions
  1. 21 0
      pages.de/common/airmon-ng.md

+ 21 - 0
pages.de/common/airmon-ng.md

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