05-07-2018, 04:13 PM
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.
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.