mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
airmon-ng: add German translation (#9981)
* airmon-ng.md: add German translation --------- Co-authored-by: pixel <pixel+github@chrissx.de>
This commit is contained in:
parent
c7efff5d96
commit
45026934b6
1 changed files with 21 additions and 0 deletions
21
pages.de/common/airmon-ng.md
Normal file
21
pages.de/common/airmon-ng.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue