From f4edcc33eb419ec208f7d42b412645bc60843f8d Mon Sep 17 00:00:00 2001 From: b0lek <95943440+b0lek@users.noreply.github.com> Date: Fri, 17 Dec 2021 22:25:06 +0100 Subject: [PATCH] updating recent two changes --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 5c8f078eb..611e99836 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -11,6 +11,7 @@ ## - Added support to use --debug-mode in attack-mode 9 (Association Attack) +- Added guess data to --status-json output ## ## Bugs @@ -19,6 +20,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