1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
Commit Graph

8000 Commits

Author SHA1 Message Date
Jens Steube
89cd5bd78b Remove inline static keyword in inc_vendor.h for HIP platform since it's the default setting with HIP 4.4 2021-11-02 08:12:13 +01:00
Jens Steube
db3bc8eca2 Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3) 2021-11-02 08:10:53 +01:00
Jens Steube
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 2021-11-01 10:49:20 +01:00
Jens Steube
7f37a32f0f Update AMD GPU device names in hashcat.hctune 2021-11-01 09:19:17 +01:00
Jens Steube
aee8e559c4 PDF Kernel (10700): Improved performance on AMD GPU by using shared memory for the scratch buffer and disable inlining to save spilling
Inspired by https://github.com/reger-men/hashcat/blob/6.2.4/OpenCL/m10700-optimized.cl
2021-10-31 10:05:58 +01:00
Jens Steube
1d33b57144 PDF 1.7 Kernel: Improved performance on AMD GPU by using shared memory for the scratch buffer
Inspired by https://github.com/reger-men/hashcat/blob/6.2.4/OpenCL/m10700-optimized.cl
2021-10-30 20:16:45 +02:00
Jens Steube
d85ca3a752 Switch CRC64Jones lookup table to shared memory for speed improvement 2021-10-29 11:50:37 +02:00
Jens Steube
4a7e656ba7 Revert #3014 because it broke functionality, see https://github.com/openwall/john/issues/2809#issuecomment-952846956 2021-10-28 17:01:31 +02:00
Jens Steube
b8b61894df Fix segfault in updated parser for -m 19700. To reproduce one need to trigger hashcat hash-mode autodetection: ./hashcat /etc/shadow 2021-10-27 19:43:51 +02:00
Jens Steube
7e9e00a649 Some format fix for -m 19700 2021-10-26 14:02:46 +02:00
Jens Steube
8591c477ca Merge branch 'master' of https://github.com/hashcat/hashcat 2021-10-25 20:39:05 +02:00
Jens Steube
e5551c65ac Some format fix for -m 19700 2021-10-25 20:38:38 +02:00
Jens Steube
d9680a8f58
Merge pull request #3014 from brouillamini/19700-computers
Added Computer account decoding for -m 19700
2021-10-24 21:45:33 +03:00
Brouillamini
dcbadf3d68 Added Computer account decoding for -m 19700 2021-10-24 17:44:09 +02:00
Jens Steube
851a129d79 Fix datatypes in inc_zip_inflate.cl 2021-10-23 20:54:49 +02:00
Jens Steube
139ace28a9 Fixed out-of-boundary reads in hash-mode 22400 (AES Crypt) kernel 2021-10-22 19:05:43 +02:00
Jens Steube
49a68cd6c1 AMD Driver: Updated requirements for AMD Linux drivers to ROCm 4.5 or later due to new HIP interface 2021-10-21 20:03:01 +02:00
Jens Steube
44a5e2a1c2
Merge pull request #3011 from llamasoft/patch-1
Replace placeholder with actual example modules
2021-10-20 19:29:15 +02:00
Jens Steube
ba61d418a4
Merge pull request #3010 from llamasoft/plugin-docs
Add documentation about the 04|08|16 fast kernels
2021-10-20 19:29:00 +02:00
Jens Steube
4534b210d8 Merge branch 'master' of https://github.com/hashcat/hashcat 2021-10-19 19:26:36 +02:00
Jens Steube
576a71af5c Update minimum HIP version from 4.4 to upcoming 4.5 2021-10-19 19:26:10 +02:00
Marcus T
2a8e1ab72f
Replace placeholder with actual example modules
Currently, there are only two modules that implement the `module_hook_extra_param_*` functions.
They have both been added as examples to the documentation.
2021-10-18 19:52:20 -04:00
Marcus T
f225d07fa5
Add documentation about the 04|08|16 fast kernels 2021-10-18 19:38:16 -04:00
Jens Steube
50fc474f25 Fix example hashcat password for -m 3000, which is actually in upper case, since LM does not support lower case characters 2021-10-18 16:38:15 +02:00
Jens Steube
707bff5c20 Backport nonce_error_corrections workaround from -m 22000 to -m 22001 2021-10-17 19:31:17 +02:00
Jens Steube
8f41c346ef Remove temporary workaround for wpa->message_pair in -m 22000 2021-10-16 08:45:56 +02:00
Jens Steube
6d24f18f8c Temporary workaround for #2987 2021-10-15 11:33:09 +02:00
Jens Steube
552e58f3a8 Synchronize -m 25400 hash name entries of module and readme.txt 2021-10-14 09:00:07 +02:00
Jens Steube
5e61ebf988 Update hash categories, keep them all singular 2021-10-14 08:56:23 +02:00
Jens Steube
756c29ec57 Add missing cleanup on windows if outdated HIP version is detected 2021-10-13 20:00:28 +02:00
Jens Steube
733f9c2d77 Add better detection future HIP 4.4 2021-10-12 20:01:14 +02:00
Jens Steube
c08ad6f587
Merge pull request #3007 from philsmd/whitespace_fix
whitespace and code style fixes
2021-10-10 13:33:11 +02:00
Jens Steube
d6f8f3089a Added hash-mode: CRC64Jones 2021-10-09 11:43:04 +02:00
Jens Steube
1aee5ba795
Merge pull request #3006 from philsmd/master
change default pass for LM
2021-10-08 20:20:40 +02:00
philsmd
5ef522ed8f
whitespace and code style fixes 2021-10-08 17:38:54 +02:00
philsmd
fde01b1d4b
change default pass for LM 2021-10-08 17:00:13 +02:00
Jens Steube
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 2021-10-04 08:36:56 +02:00
Jens Steube
3f4dca13f9 Added missing unit-test for -m 27900 2021-10-02 09:57:40 +02:00
Jens Steube
d34616c423 Added hash-mode: CRC32C 2021-10-02 09:57:16 +02:00
Jens Steube
d7c74d3ebb Fixed unit test initialization value for -m 11500 2021-10-01 20:16:47 +02:00
Jens Steube
5e48f2a552 Fixed invalid handling of initialization value for -m 11500 2021-09-30 21:30:20 +02:00
Jens Steube
c6f88a52ca
Merge pull request #2999 from Slattz/master
Add hash-mode MurmurHash3
2021-09-28 19:37:48 +02:00
Slattz
c717821f84 Add MurmurHash3 module 2021-09-27 21:07:23 +01:00
Jens Steube
4b6654b503 Fix unstable plugin to driver warning 2021-09-24 13:35:18 +02:00
Jens Steube
c1fd42fe72 Reduce work item maximum in -S mode even further, tested with NTLM 2021-09-23 12:46:00 +02:00
Jens Steube
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 2021-09-22 13:03:25 +02:00
Jens Steube
4ef1509bc7 Backend Devices: Reduce maximum workitems limited derived from available host memory down from to 8GB to 4GB per backend device 2021-09-21 13:01:15 +02:00
Jens Steube
01365ba471 Update hashcat discord address in contact.txt 2021-09-20 13:53:46 +02:00
Jens Steube
db8de70ac8
Merge pull request #2988 from matrix/metamask_big
MetaMask: Increase the supported data len from 784b to 3136b and set pw-min to 8
2021-09-19 07:46:47 -04:00
Gabriele Gristina
70269ce556 update changes.txt 2021-09-19 02:56:49 +02:00