08-29-2014, 11:34 AM
yes, same case, but there's no salted version of NTLM as this algorithm isn't used in a generic case. for ntlm, the only way to solve this is to produce 2 half dictionaries using maskprocessor and then use in -a 1 mode:
using the data from above example it would look like this:
mp64.bin -o d1 keys?a?a?a?a
mp64.bin -o d2 ?a?a?a?a
oclHashcat32.exe -m 1000 -a 3 8fa1c84f6XXXX38ccXXXXf04274a0c52 -a 1 d1 d2
using the data from above example it would look like this:
mp64.bin -o d1 keys?a?a?a?a
mp64.bin -o d2 ?a?a?a?a
oclHashcat32.exe -m 1000 -a 3 8fa1c84f6XXXX38ccXXXXf04274a0c52 -a 1 d1 d2