Added new feature: autodetect hash-mode

This commit is contained in:
Gabriele Gristina
2021-06-05 22:11:18 +02:00
parent 918a621506
commit ced9b0c6f8
11 changed files with 352 additions and 6 deletions
+1
View File
@@ -41,6 +41,7 @@
- RC4 Kernels: Improved performance by 20%+ for hash-modes Kerberos 5 (etype 23), MS Office (<= 2003) and PDF (<= 1.6) by using new RC4 code
- Status Screen: Show currently running kernel type (pure, optimized) and generator type (host, device)
- UTF8-to-UTF16: Replaced naive UTF8 to UTF16 conversion with true conversion for RAR3, AES Crypt, MultiBit HD (scrypt) and Umbraco HMAC-SHA1
- Autodetect hash-type: performs an automatic analysis of the hashlist, associating compatible algorithms, or executing the attack if only one compatible format is found.
##
## Technical