nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 .TH AIRDECAP-NG 1 "February 2016" "Version 1.2-rc4"
2  
3 .SH NAME
4 airdecap-ng - decrypt a WEP/WPA crypted pcap file
5 .SH SYNOPSIS
6 .B airdecap-ng
7 [options] <pcap file>
8 .SH DESCRIPTION
9 .BI airdecap-ng
10 decrypts a WEP/WPA crypted pcap file to a uncrypted one by using the right WEP/WPA keys.
11 .SH OPTIONS
12 .TP
13 .I -H, --help
14 Shows the help screen.
15 .TP
16 .I -l
17 Do not remove the 802.11 header.
18 .TP
19 .I -b <bssid>
20 Access point MAC address filter.
21 .TP
22 .I -k <pmk>
23 WPA Pairwise Master Key in hex.
24 .TP
25 .I -e <essid>
26 Target network SSID. 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
27 .TP
28 .I -p <pass>
29 Target network WPA passphrase.
30 .TP
31 .I -w <key>
32 Target network WEP key in hex.
33 .SH EXAMPLES
34 airdecap-ng \-b 00:09:5B:10:BC:5A open-network.cap
35 .br
36 airdecap-ng \-w 11A3E229084349BC25D97E2939 wep.cap
37 .br
38 airdecap-ng \-e my_essid \-p my_passphrase tkip.cap
39 .br
40 .SH AUTHOR
41 This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others).
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 .SH SEE ALSO
45 .br
46 .B airbase-ng(8)
47 .br
48 .B aireplay-ng(8)
49 .br
50 .B airmon-ng(8)
51 .br
52 .B airodump-ng(8)
53 .br
54 .B airodump-ng-oui-update(8)
55 .br
56 .B airserv-ng(8)
57 .br
58 .B airtun-ng(8)
59 .br
60 .B besside-ng(8)
61 .br
62 .B easside-ng(8)
63 .br
64 .B tkiptun-ng(8)
65 .br
66 .B wesside-ng(8)
67 .br
68 .B aircrack-ng(1)
69 .br
70 .B airdecloak-ng(1)
71 .br
72 .B airolib-ng(1)
73 .br
74 .B besside-ng-crawler(1)
75 .br
76 .B buddy-ng(1)
77 .br
78 .B ivstools(1)
79 .br
80 .B kstats(1)
81 .br
82 .B makeivs-ng(1)
83 .br
84 .B packetforge-ng(1)
85 .br
86 .B wpaclean(1)