sourCEntral - mobile manpages

pdf

airolib-ng

NAME

airolib-ng - manage and create a WPA/WPA2 pre-computed hashes tables

SYNOPSIS

airolib-ng <database> <operation> [options]

DESCRIPTION

airolib-ng is a tool designed to manage and create WPA/WPA pre-computed tables to be used with aircrack-ng. It uses SQLite tables and can import/export to coWPAtty hash tables or generate tables by itself.

DATABASE

database

It is name of the database file. Optionally specify the full path.

OPERATION

--stats

Output information about the database.

--sql <sql>

Execute specified SQL statement.

--clean [all]

Clean the database from old junk. When specifying ’all’, it will also reduce filesize if possible and run an integrity check.

--batch

Start batch-processing all combinations of ESSIDs and passwords.

--verify [all]

Verify a set of randomly chosen PMKs. If ’all’ is given, all invalid PMK in the database will be deleted.

--import [essid|passwd] <file>

Import a flat file as a list of ESSIDs or passwords.

import cowpatty <file>

Import a coWPAtty file.

--export cowpatty <essid> <file>

Export to a cowpatty file.

AUTHOR

This manual page was written by Thomas d’Otreppe. 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 On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

SEE ALSO

aircrack-ng(1)
airdecap-ng(1)
airdriver-ng(1)
aireplay-ng(1)
airmon-ng(1)
airodump-ng(1)
airsev-ng(1)
airtun-ng(1)
buddy-ng(1)
easside-ng(1)
ivstools(1)
kstats(1)
makeivs-ng(1)
packetforge-ng(1)
wesside-ng(1)

pdf