ef83575c8f
Increases the maximum value for s2k-count. The maximum s2k-count value is 65011712 according to the PGP spec. Increating this value fixes a salt iteration exception for hashes with non-default value for s2k-count. (Fix successfully tested with a hash with 62914560 s2k-count.)
Jarle Thorsen
2021-11-08 09:44:48 +01:00
d3ae131128
Device Threads: The default maximum device thread number has been reduced from 1024 to 64, users can still overwrite with the -T option
Jens Steube
2021-11-04 19:29:34 +01:00
b768f96228
Device Threads: The default maximum device thread number has been reduced from 1024 to 256, users can still overwrite with the -T option
Jens Steube
2021-11-03 09:08:17 +01:00
aeb4f7ef7f
Add Signature matching for mac2john format
Chick3nman
2021-11-02 04:59:44 -05:00
4213f83336
Update some typos in modules which caused them to fail if used from benchmark_deep.pl
Jens Steube
2021-11-02 09:28:44 +01:00
518ddeb53a
Fix function declaration in -m 27800 kernel and some typos in MurMur based modules
Jens Steube
2021-11-02 08:40:03 +01:00
89cd5bd78b
Remove inline static keyword in inc_vendor.h for HIP platform since it's the default setting with HIP 4.4
Jens Steube
2021-11-02 08:12:13 +01:00
db3bc8eca2
Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)
Jens Steube
2021-11-02 08:10:53 +01:00
f84aca82ca
Backend types: The default filter for the device types is now set so that only the GPU is used, except for APPLE, where we set CPU
Jens Steube
2021-11-01 10:49:20 +01:00
b8b61894df
Fix segfault in updated parser for -m 19700. To reproduce one need to trigger hashcat hash-mode autodetection: ./hashcat /etc/shadow
Jens Steube
2021-10-27 19:43:51 +02:00
7e9e00a649
Some format fix for -m 19700
Jens Steube
2021-10-26 14:02:46 +02:00
576a71af5c
Update minimum HIP version from 4.4 to upcoming 4.5
Jens Steube
2021-10-19 19:26:10 +02:00
2a8e1ab72f
Replace placeholder with actual example modules
Marcus T
2021-10-18 19:52:20 -04:00
f225d07fa5
Add documentation about the 04|08|16 fast kernels
Marcus T
2021-10-18 19:38:16 -04:00
50fc474f25
Fix example hashcat password for -m 3000, which is actually in upper case, since LM does not support lower case characters
Jens Steube
2021-10-18 16:38:15 +02:00
707bff5c20
Backport nonce_error_corrections workaround from -m 22000 to -m 22001
Jens Steube
2021-10-17 19:31:17 +02:00
8f41c346ef
Remove temporary workaround for wpa->message_pair in -m 22000
Jens Steube
2021-10-16 08:45:56 +02:00
6d24f18f8c
Temporary workaround for #2987
Jens Steube
2021-10-15 11:33:09 +02:00
552e58f3a8
Synchronize -m 25400 hash name entries of module and readme.txt
Jens Steube
2021-10-14 09:00:07 +02:00
5e61ebf988
Update hash categories, keep them all singular
Jens Steube
2021-10-14 08:56:23 +02:00
756c29ec57
Add missing cleanup on windows if outdated HIP version is detected
Jens Steube
2021-10-13 20:00:28 +02:00
5ef522ed8f
whitespace and code style fixes
philsmd
2021-10-08 17:38:54 +02:00
fde01b1d4b
change default pass for LM
philsmd
2021-10-08 17:00:13 +02:00
07e58631a5
Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
Jens Steube
2021-10-04 08:36:56 +02:00
c1fd42fe72
Reduce work item maximum in -S mode even further, tested with NTLM
Jens Steube
2021-09-23 12:46:00 +02:00
bd2cde31ae
Back-end devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
Jens Steube
2021-09-22 13:03:25 +02:00
4ef1509bc7
Backend Devices: Reduce maximum workitems limited derived from available host memory down from to 8GB to 4GB per backend device
Jens Steube
2021-09-21 13:01:15 +02:00
dbefc7e60e
Fixed strategy for eliminating hashes with zero length in LM when multiple hashes contain a zero hash
Jens Steube
2021-09-18 14:14:28 +02:00
721e1ea54d
Fixed division by zero because backend_ctx->hardware_power_all was not re-inserted after refactoring device_param->hardware_power
Jens Steube
2021-09-08 17:37:18 +02:00
2113b3bb7d
Avoid false positives in pkzip formats
magnum
2021-09-06 12:05:27 +02:00
694f0cd7c8
metamask: double the CT len again
Gabriele Gristina
2021-09-06 18:17:11 +02:00
8c14fd85ea
POCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option
Jens Steube
2021-09-05 10:55:59 +02:00
76facb56cf
Replace sha1_update_swap() with sha1_update() Move hc_bytealign_be_S() to kernel Remove invalid use of NEW_SIMD_CODE Replace hc_bytealign_be_S() with hc_bytealign_le_S() Change zero strategy in memzero_le_S()
Jens Steube
2021-09-04 18:32:00 +02:00