Wordlist encoding: Support added for internal convert from and to user-defined encoding during runtime

Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling
Dictstat: Structure for dictstat file changed as it has to include --encoding-from and --encoding-to parameter now
This commit is contained in:
Jens Steube
2017-04-14 16:36:28 +02:00
parent fab4ede364
commit 7cabb848d2
10 changed files with 249 additions and 66 deletions
+8
View File
@@ -1,5 +1,12 @@
* changes v3.40 -> 3.5.x:
##
## Features
##
- Wordlist encoding: Support added for internal convert from and to user-defined encoding during runtime
- Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling
##
## Improvements
##
@@ -10,6 +17,7 @@
## Technical
##
- Dictstat: Structure for dictstat file changed as it has to include --encoding-from and --encoding-to parameter now
- OpenCL Runtime: Updated AMDGPU-Pro driver version check, do warn if version 17.10 is detected which is known to be broken
- WPA cracking: Reduced --nonce-error-corrections default from 16 to 8 to compensate speed drop caused due to Big-Endian fixes