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:
parent
5a7a7de650
commit
c27417d566
1 changed files with 20 additions and 0 deletions
20
pages/common/airmon-ng.md
Normal file
20
pages/common/airmon-ng.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue