Airmon-ng

From aldeid
Jump to navigation Jump to search

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

Comments