nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | .TH AIRMON-NG 8 "February 2016" "Version 1.2-rc4" |
2 | |||
3 | .SH NAME |
||
4 | airmon-ng - POSIX sh script designed to turn wireless cards into monitor mode. |
||
5 | .SH SYNOPSIS |
||
6 | .B airmon-ng |
||
7 | <start|stop> <interface> [channel] |
||
8 | .B airmon-ng |
||
9 | <check> [kill] |
||
10 | .SH DESCRIPTION |
||
11 | .BI airmon-ng |
||
12 | This 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. |
||
13 | It can also list/kill programs that can interfere with the wireless card operation. |
||
14 | .SH OPTIONAL PARAMETERS |
||
15 | .PP |
||
16 | .TP |
||
17 | .I start <interface> [channel] |
||
18 | Enable monitor mode on an interface (and specify a channel). Note: Madwifi-ng is a special case, \(aqstart\(aq has to be used on wifi interfaces and \(aqstop\(aq on ath interfaces. |
||
19 | .TP |
||
20 | .I stop <interface> |
||
21 | Disable monitor mode and go back to managed mode (except for madwifi-ng where it kills the ath VAP). |
||
22 | .TP |
||
23 | .I check [kill] |
||
24 | List all possible programs that could interfere with the wireless card. If \(aqkill\(aq is specified, it will try to kill all of them. |
||
25 | .TP |
||
26 | .I --verbose |
||
27 | This flag must precede start/stop/check and can be combined with with other parameters or used alone. |
||
28 | This flag will increase the verbosity to provide additional useful information which may not be needed for normal operation. |
||
29 | .TP |
||
30 | .I --debug |
||
31 | This flag must precede start/stop/check and can be combined with with other parameters or used alone. |
||
32 | This flag will increase the verbosity to debug level to assist in troubleshooting errors in airmon-ng. Use this flag when opening a bug, but only use --verbose when requesting support in irc. |
||
33 | .TP |
||
34 | .I --elite |
||
35 | WARNING: DO NOT USE: This flag must precede start or stop and will prevent airmon-ng from removing interfaces. |
||
36 | WARNING: Use of this flag will immediately disqualify receiving any support from the aircrack-ng team, due to the fact that this behavior is known to be broken. WARNING! |
||
37 | |||
38 | .SH AUTHOR |
||
39 | This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others). |
||
40 | And modified to fit airmon-ng by David Francos Cuartero <xayon@xayon.net>. |
||
41 | Most recently modified by Zero_Chaos to update for the airmon-zc rewrite. |
||
42 | 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 |
||
43 | On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. |
||
44 | |||
45 | .SH SEE ALSO |
||
46 | .br |
||
47 | .B airbase-ng(8) |
||
48 | .br |
||
49 | .B aireplay-ng(8) |
||
50 | .br |
||
51 | .B airodump-ng(8) |
||
52 | .br |
||
53 | .B airodump-ng-oui-update(8) |
||
54 | .br |
||
55 | .B airserv-ng(8) |
||
56 | .br |
||
57 | .B airtun-ng(8) |
||
58 | .br |
||
59 | .B besside-ng(8) |
||
60 | .br |
||
61 | .B easside-ng(8) |
||
62 | .br |
||
63 | .B tkiptun-ng(8) |
||
64 | .br |
||
65 | .B wesside-ng(8) |
||
66 | .br |
||
67 | .B aircrack-ng(1) |
||
68 | .br |
||
69 | .B airdecap-ng(1) |
||
70 | .br |
||
71 | .B airdecloak-ng(1) |
||
72 | .br |
||
73 | .B airolib-ng(1) |
||
74 | .br |
||
75 | .B besside-ng-crawler(1) |
||
76 | .br |
||
77 | .B buddy-ng(1) |
||
78 | .br |
||
79 | .B ivstools(1) |
||
80 | .br |
||
81 | .B kstats(1) |
||
82 | .br |
||
83 | .B makeivs-ng(1) |
||
84 | .br |
||
85 | .B packetforge-ng(1) |
||
86 | .br |
||
87 | .B wpaclean(1) |