Cracking 20 Digit Uppercase+Lowercase+Numbers
#3
(08-09-2022, 09:29 PM)taciopv Wrote: Hello,
Of course, I am an absolute newbie here. I am trying to crack one of my wifi WPA2 passwords by brute force using my GPU. Already have the 4way capture taken to hccapx. 

The part I am missing is how I should compose the brute-force attack if the password is a 20 digit one and can have: uppercase, lowercase and digits. No special characters, nothing else. Just letters in both lowercase and uppercase plus digits. Might be all uppercase or all lowercase.

Any recommendations on how to set this custom charset?

I appreciate it in advance.

Even if hashcat would start this attack (it won't, it's too many combinations) not going to be computationally feasible to attack a 20-character WPA passphrase with only these constraints.

Do the quick math: 62 possible characters (26+26+10) in 20 positions is 62^20 combinations (~7x10^35). You'd be millions and millions of years cracking that.
Reply


Messages In This Thread
RE: Cracking 20 Digit Uppercase+Lowercase+Numbers - by pdo - 08-09-2022, 09:40 PM