This is the command airolib-ng that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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 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.
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.
Use airolib-ng online using onworks.net services