1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

airmon-ng: add page (#4974)

This commit is contained in:
frcroth 2020-11-27 02:07:31 +01:00 committed by GitHub
parent 5a7a7de650
commit c27417d566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/airmon-ng.md Normal file
View file

@ -0,0 +1,20 @@
# airmon-ng
> Activate monitor mode on wireless network devices.
> 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}}`