Hi community
#1
Hi community,

I know this feels like not new but with my diffrent research I am really confused and do not know how I should proceed to to make the process to take ages...

So I have 4-handskae messages from a WAP2 session now I want to find the password that I know random of exactly 20 digits. Of course 10^20 would take ages to naive brute-force it.

I have read the latest method available today is the hash 22000 that replace the other methods explained everywhere. Using the mask of 20 digits is not accepted (Integer overflow detected in keyspace of mask) and I understand why.

Do I have a way to cut down the list with with possible passwords/rules or anything that could help from the capture to reduce the computational need? Otherwise I guess my best option is to throw it away and move on 😅

Thanks in advance for your time and help.
Reply
#2
The only way would be to know how the 20 digits are chosen, is it an algorithm based on the MAC address of the router for example? Then you can calculate it instead of guessing it. Or maybe it is generated on a current timestamp/date? Then you can limit your search space. But if you know nothing other than "it's 20 random digits", you are not going to guess it.
Reply
#3
What's the make and model of the router?
Reply