[ANSWERED] New user, custom brute force help
#2
hashcat -a3 -m<whatever it is> <hashfile> -1 ?d?u ?1?1?1?1?1?1?1?1?1?1 

The -1 says to use a custom charset and the charset we are using is only digits (?d) and uppercase (?u) Then we use the ?1 10 times because you said the password is exactly 10 characters.


Messages In This Thread
RE: New user, custom brute force help - by plaverty9 - 05-07-2018, 04:13 PM
RE: New user, custom brute force help - by royce - 05-12-2018, 03:56 PM
RE: New user, custom brute force help - by royce - 05-13-2018, 04:00 AM