hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

MAX_CPU_RULES and MAX_GPU_RULES are not correct (anymore) #3

Closed philsmd closed 8 years ago

philsmd commented 8 years ago

A recent fix in oclHashcat changed the number of accepted gpu rules to 15 (see https://github.com/hashcat/oclHashcat/commit/f230ed73dc142a4a6e5ed5c61afef976d51aa4b6 , it was incorrectly limited to 14), furthermore from the types.h file in oclHashcat (https://github.com/hashcat/oclHashcat/blob/master/include/types.h#L664) we can see that the value for cpu rules is currently limited to 256 -1.

I will provide a fix soon. Thx