I did a trim to the included /pentest/passwords/wordlist/darkcode.txt file with:
cat darkcode.txt | pw-inspector -m 8 -M 63 > darkcode-trimmed.txt
Then added password and essid to airolib database
Code:
root@bt:~/share# airolib-ng darkcode-essid-pmk-database --import passwd darkcode-wpa-trimmed.txt
Reading file...
Writing...nes read, 66713 invalid lines ignored.
Now doing stats on the database.
Code:
root@bt:~/share# airolib-ng darkcode-essid-pmk-database --stats
There are 7 ESSIDs and 993932 passwords in the database.
Reading how many lines of text the trimmed darkcode-wpa-trimmed.txt contains.
Code:
root@bt:~/share# less darkcode-wpa-trimmed.txt | wc -c
"darkcode-wpa-trimmed.txt" may be a binary file. See it anyway? y
14585999
My question is. How come 14Million lines minus "66713 invalid lines ignored" only becomes 993932 passwords in the database?