oclHashcat-plus-0.13b2
#1
using oclHashcat-plus-0.13b2

when using -a 3, the mask isnt correctly used

Code:
oclHashcat-plus64.exe -a 3 -m 1500 -1 ?d?l 2.txt_left.txt ?1?1?1?1?1?1
33671819584

oclHashcat-plus64.exe -a 3 -m 1500 -1 ?l 2.txt_left.txt ?1?1?1?1?1?1
33671819584

oclHashcat-plus64.exe -a 3 -m 1500 -1 a 2.txt_left.txt ?1?1?1?1?1?1
109
first two runs show the same amount of total plains but none are close to their actual number

Code:
sp64.exe --combinations hashcat.hcstat -1 ?d?l ?1?1?1?1?1?1
2238976116

sp64.exe --combinations hashcat.hcstat -1 ?l ?1?1?1?1?1?1
321272406

sp64.exe --combinations hashcat.hcstat -1 a ?1?1?1?1?1?1
6
Reply
#2
Great find, thanks! It was in oclHashcat-lite and hashcat as wellmake r. Fixed and new betas are up.
Reply