1AIROLIB-NG(1) General Commands Manual AIROLIB-NG(1)
2
3
4
6 airolib-ng - manage and create a WPA/WPA2 pre-computed hashes tables
7
9 airolib-ng <database> <operation> [options]
10
12 airolib-ng is a tool for the aircrack-ng suite to store and manage
13 essid and password lists, compute their Pairwise Master Keys (PMKs) and
14 use them in WPA/WPA2 cracking. The program uses the lightweight SQLite3
15 database as the storage mechanism which is available on most platforms.
16 The SQLite3 database was selected taking in consideration platform
17 availability plus management, memory and disk overhead.
18
20 database
21 It is name of the database file. Optionally specify the full
22 path.
23
25 --stats
26 Output information about the database.
27
28 --sql <sql>
29 Execute specified SQL statement.
30
31 --clean [all]
32 Clean the database from old junk. When specifying 'all', it will
33 also reduce filesize if possible and run an integrity check.
34
35 --batch
36 Start batch-processing all combinations of ESSIDs and passwords.
37
38 --verify [all]
39 Verify a set of randomly chosen PMKs. If 'all' is given, all
40 invalid PMK in the database will be deleted.
41
42 --import [essid|passwd] <file>
43 Import a flat file as a list of ESSIDs or passwords.
44
45 import cowpatty <file>
46 Import a coWPAtty file.
47
48 --export cowpatty <essid> <file>
49 Export to a cowpatty file.
50
52 This manual page was written by Thomas d'Otreppe. Permission is
53 granted to copy, distribute and/or modify this document under the terms
54 of the GNU General Public License, Version 2 or any later version pub‐
55 lished by the Free Software Foundation On Debian systems, the complete
56 text of the GNU General Public License can be found in /usr/share/com‐
57 mon-licenses/GPL.
58
60 airbase-ng(1)
61 aircrack-ng(1)
62 airdecap-ng(1)
63 airdecloak-ng(1)
64 airdriver-ng(1)
65 aireplay-ng(1)
66 airmon-ng(1)
67 airodump-ng(1)
68 airserv-ng(1)
69 airtun-ng(1)
70 buddy-ng(1)
71 easside-ng(1)
72 ivstools(1)
73 kstats(1)
74 makeivs-ng(1)
75 packetforge-ng(1)
76 tkiptun-ng(1)
77 wesside-ng(1)
78
79
80
81Version 1.1 April 2010 AIROLIB-NG(1)