oclHashcat for AMD v1.30 slow with "mask"
#4
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


Messages In This Thread
RE: oclHashcat for AMD v1.30 slow with "mask" - by atom - 08-29-2014, 11:34 AM