hashcat / hashcat-utils

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

cleanup-rules: fixes #12, allow @X (purge) rule for the rule-engine on GPU #13

Closed philsmd closed 7 years ago

philsmd commented 8 years ago

Since hashcat recently added support (https://github.com/hashcat/hashcat/commit/8acf5b38797560de0613d77f7eb6d6daee578bcb) for the purge rule (@X) for the GPU-rule-engine, we also need to allow it for the "cleanup-rules" tool of hashcat-utils.

This commit does exactly unblocks the @X rule on GPU (reported by issue #12 which can be closed now). In addition to that, I found some references to "oclHashcat" that I replaced by just "hashcat".

Thank you very much