What wordlist do I use ?

so if I go through all of Kali Linux’s word-lists and none of them is a match (WPA handshake capture)
I can only assume that it was a generated password and it has to be at least 8 characters and digits.
I searched for a word-list that has every possible password ever but I couldn’t really find anything, so I decided to generate my own and I made a python script that would generate every possible password containing small/big letters and numbers, It would take forever to create an 8 character long password word-list, not to mention that It would require A LOT of space, i estimate somewhere from 600GB up to 6TB, for one 8 char long word-list.

I thought maybe I would generate a separate word-list for every first letter (dividing the word-list into many word-lists)

I cant help but wonder if someone already solved that problem and has a better solution than mine, but please don’t say dict attack, i am confident that the password was randomly generated

submitted by /u/RomanticNinjaxD
[link] [comments]

July 19, 2023
Read More >>