Merge pull request #3067 from b0lek/master

Added guess data into --status-json output to fix #3061
This commit is contained in:
Jens Steube
2021-12-21 19:30:34 +01:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
##
- Added support to use --debug-mode in attack-mode 9 (Association Attack)
- Added guess data to --status-json output
##
## Bugs
@@ -20,6 +21,7 @@
- Fixed functional error when nonce-error-corrections that were set on the command line in hash-mode 22000/22001 were not accepted
- Fixed missing option flag OPTS_TYPE_SUGGEST_KG for hash-mode 11600 to inform the user about possible false positives in this mode
- Fixed undefined function call to hc_byte_perm_S() in hash-mode 17010 on non-CUDA compute devices
- Fixed HEX wordlist handling in -m 3000
##
## Technical