From Aldeid
This article is also available in one or more other languages
To view this article in French, click here
Description
Airmon-ng is a tool that enables to switch your wifi interface between Managed and Monitor mode.
Usage
The basic syntax is:
airmon-ng <start|stop> <interface> [channel]
Example
Following command enables to activate the Monitor mode of your wifi interface:
# airmon-ng start wifi0
To switch back to the Managed mode, issue following command:
# airmon-ng stop wifi0












