Linux Commands Examples

A great documentation place for Linux commands

airmon-ng

bash script designed to turn wireless cards into monitor mode.


see also : airbase-ng - aircrack-ng - airdecap-ng - airdecloak-ng - airdriver-ng - aireplay-ng - airodump-ng - airolib-ng - airserv-ng - airtun-ng - buddy-ng - easside-ng - ivstools - kstats - makeivs-ng - packetforge-ng - tkiptun-ng - wesside-ng

Synopsis

airmon-ng <start|stop> <interface> [channel] airmon-ng <check> [kill]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

2
source
            
airmon-ng start wlan0

description

airmon-ng is script can be used to enable monitor mode on wireless interfaces. It may also be used to go back from monitor mode to managed mode. Entering the airmon-ng command without parameters will show the interfaces status. It can list/kill programs that can interfere with the wireless card and set the right sources in /etc/kismet/kismet.conf too.

optional parameters

start <interface> [channel]

Enable monitor mode on an interface (and specify a channel). Note: Madwifi-ng is a special case, ’start’ has to be used on wifi interfaces and ’stop’ on ath interfaces. stop <interface> Disable monitor mode and go back to managed mode (except for madwifi-ng where it kills the ath VAP).

check [kill]

List all possible programs that could interfere with the wireless card. If ’kill’ is specified, it will try to kill all of them.


see also

airbase-ng
aircrack-ng
airdecap-ng
airdecloak-ng
airdriver-ng
aireplay-ng
airodump-ng
airolib-ng
airserv-ng
airtun-ng
buddy-ng
easside-ng
ivstools
kstats
makeivs-ng
packetforge-ng
tkiptun-ng
wesside-ng


author

This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

How can this site be more helpful to YOU ?


give  feedback