nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 .TH AIRCRACK-NG 1 "February 2016" "Version 1.2-rc4"
2  
3 .SH NAME
4 aircrack-ng - a 802.11 WEP / WPA-PSK key cracker
5 .SH SYNOPSIS
6 .B aircrack-ng
7 [options] <.cap / .ivs file(s)>
8 .SH DESCRIPTION
9 .BI aircrack-ng
10 is an 802.11 WEP and WPA/WPA2-PSK key cracking program.
11 .br
12 It can recover the WEP key once enough encrypted packets have been captured with airodump-ng. This part of the aircrack-ng suite determines the WEP key using two fundamental methods. The first method is via the PTW approach (Pyshkin, Tews, Weinmann). The main advantage of the PTW approach is that very few data packets are required to crack the WEP key. The second method is the FMS/KoreK method. The FMS/KoreK method incorporates various statistical attacks to discover the WEP key and uses these in combination with brute forcing.
13 .br
14 Additionally, the program offers a dictionary method for determining the WEP key. For cracking WPA/WPA2 pre-shared keys, a wordlist (file or stdin) or an airolib-ng has to be used.
15 .SH OPTIONS
16 .TP
17 .B Common options:
18 .TP
19 .I -a <amode>
20 Force the attack mode, 1 or wep for WEP and 2 or wpa for WPA-PSK.
21 .TP
22 .I -e <essid>
23 Select the target network based on the ESSID. This option is also required for WPA cracking if the SSID is cloacked. For SSID containing special characters, see http://www.aircrack-ng.org/doku.php?id=faq#how_to_use_spaces_double_quote_and_single_quote_etc._in_ap_names
24 .TP
25 .I -b <bssid> or --bssid <bssid>
26 Select the target network based on the access point MAC address.
27 .TP
28 .I -p <nbcpu>
29 Set this option to the number of CPUs to use (only available on SMP systems). By default, it uses all available CPUs
30 .TP
31 .I -q
32 If set, no status information is displayed.
33 .TP
34 .I -C <macs> or --combine <macs>
35 Merges all those APs MAC (separated by a comma) into a virtual one.
36 .TP
37 .I -l <file>
38 Write the key into a file.
39 .PP
40 .TP
41 .B Static WEP cracking options:
42 .TP
43 .I -c
44 Search alpha-numeric characters only.
45 .TP
46 .I -t
47 Search binary coded decimal characters only.
48 .TP
49 .I -h
50 Search the numeric key for Fritz!BOX
51 .TP
52 .I -d <mask> or --debug <mask>
53 Specify mask of the key. For example: A1:XX:CF
54 .TP
55 .I -m <maddr>
56 Only keep the IVs coming from packets that match this MAC address. Alternatively, use \-m ff:ff:ff:ff:ff:ff to use all and every IVs, regardless of the network (this disables ESSID and BSSID filtering).
57 .TP
58 .I -n <nbits>
59 Specify the length of the key: 64 for 40-bit WEP, 128 for 104-bit WEP, etc., until 512 bits of length. The default value is 128.
60 .TP
61 .I -i <index>
62 Only keep the IVs that have this key index (1 to 4). The default behaviour is to ignore the key index in the packet, and use the IV regardless.
63 .TP
64 .I -f <fudge>
65 By default, this parameter is set to 2. Use a higher value to increase the bruteforce level: cracking will take more time, but with a higher likelihood of success.
66 .TP
67 .I -k <korek>
68 There are 17 KoreK attacks. Sometimes one attack creates a huge false positive that prevents the key from being found, even with lots of IVs. Try \-k 1, \-k 2, ... \-k 17 to disable each attack selectively.
69 .TP
70 .I -x or -x0
71 Disable last keybytes bruteforce (not advised).
72 .TP
73 .I -x1
74 Enable last keybyte bruteforcing (default)
75 .TP
76 .I -x2
77 Enable last two keybytes bruteforcing.
78 .TP
79 .I -X
80 Disable bruteforce multithreading (SMP only).
81 .TP
82 .I -s
83 Shows ASCII version of the key at the right of the screen.
84 .TP
85 .I -y
86 This is an experimental single brute-force attack which should only be used when the standard attack mode fails with more than one million IVs.
87 .TP
88 .I -z
89 Uses PTW (Andrei Pyshkin, Erik Tews and Ralf-Philipp Weinmann) attack (default attack).
90 .TP
91 .I -P <num> or --ptw-debug <num>
92 PTW debug: 1 Disable klein, 2 PTW.
93 .TP
94 .I -K
95 Use KoreK attacks instead of PTW.
96 .TP
97 .I -D or --wep-decloak
98 WEP decloak mode.
99 .TP
100 .I -1 or --oneshot
101 Run only 1 try to crack key with PTW.
102 .TP
103 .I -M <num>
104 Specify maximum number of IVs to use.
105 .PP
106 .TP
107 .B WEP and WPA-PSK cracking options
108 .TP
109 .I -w <words>
110 Path to a dictionary file for wpa cracking. Specify "-" to use stdin. Here is a list of wordlists: http://www.aircrack-ng.org/doku.php?id=faq#where_can_i_find_good_wordlists
111 .PP
112 .TP
113 .B WPA-PSK options:
114 .TP
115 .I -E <file>
116 Create Elcomsoft Wireless Security Auditor (EWSA) Project file v3.02.
117 .TP
118 .I -J <file>
119 Create Hashcat Capture file.
120 .TP
121 .I -S
122 WPA cracking speed test.
123 .TP
124 .I -r <database>
125 Path to the airolib-ng database. Cannot be used with \(aq-w\(aq.
126 .PP
127 .TP
128 .B Other options:
129 .TP
130 .I -H or --help
131 Show help screen
132 .TP
133 .I -u or --cpu-detect
134 Provide information on the number of CPUs and MMX/SSE support
135 .SH AUTHOR
136 This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others).
137 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
138 On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
139 .SH SEE ALSO
140 .br
141 .B airbase-ng(8)
142 .br
143 .B aireplay-ng(8)
144 .br
145 .B airmon-ng(8)
146 .br
147 .B airodump-ng(8)
148 .br
149 .B airodump-ng-oui-update(8)
150 .br
151 .B airserv-ng(8)
152 .br
153 .B airtun-ng(8)
154 .br
155 .B besside-ng(8)
156 .br
157 .B easside-ng(8)
158 .br
159 .B tkiptun-ng(8)
160 .br
161 .B wesside-ng(8)
162 .br
163 .B airdecap-ng(1)
164 .br
165 .B airdecloak-ng(1)
166 .br
167 .B airolib-ng(1)
168 .br
169 .B besside-ng-crawler(1)
170 .br
171 .B buddy-ng(1)
172 .br
173 .B ivstools(1)
174 .br
175 .B kstats(1)
176 .br
177 .B makeivs-ng(1)
178 .br
179 .B packetforge-ng(1)
180 .br
181 .B wpaclean(1)