Files
tldr/pages.tr/common/airmon-ng.md
2022-10-31 06:52:35 -03:00

21 lines
502 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# airmon-ng
> Kablosuz ağ cihazlarında izleme modunu etkinleştirin.
> Daha fazla bilgi için: <https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
- Kablosuz cihazları ve durumlarını listeleyin:
`sudo airmon-ng`
- Belirli bir cihaz için izleme modunu açın:
`sudo airmon-ng start {{wlan0}}`
- Kablosuz cihazları kullanan rahatsız edici işlemleri sonlandırın:
`sudo airmon-ng check kill`
- Belirli bir ağ arabirimi için izleme modunu kapatın:
`sudo airmon-ng stop {{wlan0mon}}`