Linux command
airolib-ng 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Create
airolib-ng [database.db] --init
Import
airolib-ng [database.db] --import passwd [wordlist.txt]
Import
airolib-ng [database.db] --import essid [essid_file.txt]
Batch process
airolib-ng [database.db] --batch
Verify
airolib-ng [database.db] --verify
Example
airolib-ng [database.db] --stats
说明
airolib-ng manages databases of pre-computed Pairwise Master Keys (PMKs) for WPA/WPA2 cracking. Computing PMKs is the slow part of WPA cracking; pre-computing them for common ESSIDs and passwords dramatically speeds up attacks. The tool creates SQLite databases that aircrack-ng can use directly, trading storage space for cracking speed.
参数
- --init
- Initialize a new database
- --import passwd _file_
- Import passwords from wordlist
- --import essid _file_
- Import ESSIDs from file
- --import cowpatty _file_
- Import cowpatty hash file
- --batch
- Compute all missing PMKs
- --batch --essid _name_
- Compute PMKs for specific ESSID
- --verify _all_
- Verify database integrity
- --stats
- Show database statistics
- --clean _all_
- Remove computed PMKs
- --sql _query_
- Execute SQL query
FAQ
What is the airolib-ng command used for?
airolib-ng manages databases of pre-computed Pairwise Master Keys (PMKs) for WPA/WPA2 cracking. Computing PMKs is the slow part of WPA cracking; pre-computing them for common ESSIDs and passwords dramatically speeds up attacks. The tool creates SQLite databases that aircrack-ng can use directly, trading storage space for cracking speed.
How do I run a basic airolib-ng example?
Run `airolib-ng [database.db] --init` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --init do in airolib-ng?
Initialize a new database