From e4727fad87e3afe06ef87d604ec11f93e872ffed Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 6 Jun 2017 09:13:34 +0200 Subject: [PATCH] Prepare for next release v3.6.0 --- docs/changes.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 24bba830e..2f9c07948 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,4 +1,4 @@ -* changes v3.5.0 -> 3.x.x: +* changes v3.5.0 -> 3.6.0: ## ## Algorithms @@ -15,13 +15,13 @@ ## Features ## -- Wordlist encoding: Support added for internal conversion between user-defined encodings during runtime -- Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling -- Rules: Support added for rule 'eX' -- Rules: Support added for position 'p' (Nth instance of a character) in host mode (using -j or -k) - 7-Zip cracking: increased max. data length to 320k and removed AES padding attack to avoid false negatives -- Rules: Support added for rejection rule '_N' (reject plains of length not equal to N) in host mode - Dictionary cache: Show time spent on dictionary cache building at startup +- Rules: Support added for position 'p' (Nth instance of a character) in host mode (using -j or -k) +- Rules: Support added for rejection rule '_N' (reject plains of length not equal to N) in host mode +- Rules: Support added for rule 'eX' +- Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling +- Wordlist encoding: Support added for internal conversion between user-defined encodings during runtime ## ## Workarounds @@ -39,9 +39,9 @@ ## Bugs ## -- Fixed a missing type specifier in a function declaration of the RACF kernel - Fixed a condition that caused hybrid attacks using a maskfile to not select all wordlists from a wordlist folder - Fixed a memory leak that was present when a user periodically prints hashcat status (using --status-timer) +- Fixed a missing type specifier in a function declaration of the RACF kernel ## ## Technical