Added option --keep-guessing to continue cracking hashes even after they have been cracked.

It will be useful if there are multiple collisions and we want a specific one.
This one implements https://github.com/hashcat/hashcat/issues/493
This commit is contained in:
jsteube
2016-10-31 10:09:04 +01:00
parent 5c8d08d8ef
commit 6d2ce0d71a
7 changed files with 169 additions and 155 deletions

View File

@@ -16,6 +16,7 @@
- Reduce max. number of allowed function calls per rule from 256 to 32 to save GPU memory
- Status display shows what's the base and modifier keyspace currently in use
- Added a workaround for some OpenCL kernel to compile with amd-gpu-pro
- Added option --keep-guessing to continue cracking hashes even after they have been cracked (to find collisions)
##
## Algorithms