05-15-2024, 12:36 AM
(This post was last modified: 05-15-2024, 12:36 AM by slyexe.
Edit Reason: typo
)
Damn only a 1-million payout in 8 days? I should be renting my equipment, I'd be rich!
Eitherway, testing only a-z and 0-9 would require creating a custom character list by using -1 and applying its parameters for lowercase and digits.
So your attack would essentially be:
As for the logic behind trying a bruteforce of 8 is kind of beyond my knowledge unless you know something I don't. Seems like a waste of time to me.
Eitherway, testing only a-z and 0-9 would require creating a custom character list by using -1 and applying its parameters for lowercase and digits.
So your attack would essentially be:
Code:
hashcat.exe -m 22000 -a 3 -1 l?d? handshake.hc22000 1?1?1?1?1?1?1?1?
As for the logic behind trying a bruteforce of 8 is kind of beyond my knowledge unless you know something I don't. Seems like a waste of time to me.