nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 .TH AIROLIB-NG 1 "February 2016" "Version 1.2-rc4"
2  
3 .SH NAME
4 airolib-ng - manage and create a WPA/WPA2 pre-computed hashes tables
5 .SH SYNOPSIS
6 .B airolib-ng
7 <database> <operation> [options]
8 .SH DESCRIPTION
9 .BI airolib-ng
10 is a tool for the aircrack-ng suite to store and manage essid and password lists, compute their Pairwise Master Keys (PMKs) and use them in WPA/WPA2 cracking. The program uses the lightweight SQLite3 database as the storage mechanism which is available on most platforms. The SQLite3 database was selected taking in consideration platform availability plus management, memory and disk overhead.
11 .SH DATABASE
12 .TP
13 .I database
14 It is name of the database file. Optionally specify the full path.
15 .SH OPERATION
16 .TP
17 .I --stats
18 Output information about the database.
19 .TP
20 .I --sql <sql>
21 Execute specified SQL statement.
22 .TP
23 .I --clean [all]
24 Clean the database from old junk. When specifying \(aqall\(aq, it will also reduce filesize if possible and run an integrity check.
25 .TP
26 .I --batch
27 Start batch-processing all combinations of ESSIDs and passwords.
28 .TP
29 .I --verify [all]
30 Verify a set of randomly chosen PMKs. If \(aqall\(aq is given, all invalid PMK in the database will be deleted.
31 .TP
32 .I --import [essid|passwd] <file>
33 Import a flat file as a list of ESSIDs or passwords.
34 .TP
35 .I import cowpatty <file>
36 Import a coWPAtty file.
37 .TP
38 .I --export cowpatty <essid> <file>
39 Export to a cowpatty file.
40 .SH AUTHOR
41 This manual page was written by Thomas d\(aqOtreppe.
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 airdecap-ng(1)
71 .br
72 .B airdecloak-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)