2020-11-27 01:07:31 +00:00
|
|
|
# airmon-ng
|
|
|
|
|
|
|
|
> Activate monitor mode on wireless network devices.
|
2022-10-30 11:20:34 +00:00
|
|
|
> Part of `aircrack-ng`.
|
2020-11-27 01:07:31 +00:00
|
|
|
> More information: <https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
|
|
|
|
|
|
|
|
- List wireless devices and their statuses:
|
|
|
|
|
|
|
|
`sudo airmon-ng`
|
|
|
|
|
|
|
|
- Turn on monitor mode for a specific device:
|
|
|
|
|
|
|
|
`sudo airmon-ng start {{wlan0}}`
|
|
|
|
|
|
|
|
- Kill disturbing processes that use wireless devices:
|
|
|
|
|
|
|
|
`sudo airmon-ng check kill`
|
|
|
|
|
|
|
|
- Turn off monitor mode for a specific network interface:
|
|
|
|
|
|
|
|
`sudo airmon-ng stop {{wlan0mon}}`
|