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 es‐
13 sid 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/Restart batch-processing all combinations of ESSIDs and
37 passwords. To pause, hit Ctrl-C.
38
39 --verify [all]
40 Verify a set of randomly chosen PMKs. If 'all' is given, all in‐
41 valid PMK in the database will be deleted.
42
43 --import [essid|passwd] <file>
44 Import a flat file as a list of ESSIDs or passwords.
45
46 import cowpatty <file>
47 Import a coWPAtty file.
48
49 --export cowpatty <essid> <file>
50 Export to a cowpatty file.
51
53 This manual page was written by Thomas d'Otreppe. Permission is
54 granted to copy, distribute and/or modify this document under the terms
55 of the GNU General Public License, Version 2 or any later version pub‐
56 lished by the Free Software Foundation On Debian systems, the complete
57 text of the GNU General Public License can be found in /usr/share/com‐
58 mon-licenses/GPL.
59
61 airbase-ng(8)
62 aireplay-ng(8)
63 airmon-ng(8)
64 airodump-ng(8)
65 airodump-ng-oui-update(8)
66 airserv-ng(8)
67 airtun-ng(8)
68 besside-ng(8)
69 easside-ng(8)
70 tkiptun-ng(8)
71 wesside-ng(8)
72 aircrack-ng(1)
73 airdecap-ng(1)
74 airdecloak-ng(1)
75 besside-ng-crawler(1)
76 buddy-ng(1)
77 ivstools(1)
78 kstats(1)
79 makeivs-ng(1)
80 packetforge-ng(1)
81 wpaclean(1)
82 airventriloquist(8)
83
84
85
86Version 1.7.0 May 2022 AIROLIB-NG(1)