1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00
Commit Graph

9259 Commits

Author SHA1 Message Date
jsteube
4fe68b0d4f Fix missing const keyword in module_hash_encode() in -m 29600 2023-03-06 18:39:26 +00:00
jsteube
51084ad6ad Fix out-of-boundary write in -m 17020 2023-03-05 17:39:59 +00:00
jsteube
3447000b84 Fix missing supported hash-types in docs/readme.txt 2023-03-04 20:58:11 +00:00
jsteube
5236f3bd73 Add optimized kernel for new hash-mode 31300 MS SNTP 2023-03-03 10:33:35 +00:00
jsteube
ad3dca2a90 Module and Pure kernels for new hash-mode -m 31300 SNTP-MS 2023-03-02 20:07:24 +00:00
jsteube
5446570a4f Unit-test for new hash-mode -m 31300 SNTP-MS 2023-03-02 19:03:23 +00:00
jsteube
f7103f5116 Added hash-mode: GPG (AES-128/AES-256 (SHA-256($pass))) 2023-03-02 09:33:27 +00:00
jsteube
a5d94c1f0d Added hash-mode: Veeam VBK 2023-03-01 11:35:37 +00:00
Jens Steube
ce934be975
Merge pull request #3628 from thatux/m26600_short_data
Implement metamask 26610 short data
2023-02-28 10:12:00 +01:00
Your Name
95642af34b remove print-statement, not needed as 26600 and 26610 have different hash signatures 2023-02-27 15:34:05 +01:00
Your Name
2b80abde6d add comments on possible improvements 2023-02-27 15:32:59 +01:00
jsteube
52fa024c1b Fix correct byte pattern and salt length in unit-test for -m 31200 2023-02-27 11:52:10 +00:00
jsteube
f36f90e898 Add missing unicode conversion to unit test for new plugin 31200 2023-02-27 09:25:03 +00:00
Your Name
dbe99851ec added comments on speeding up the attack by reducing the ciphertext buffersize 2023-02-26 13:52:23 +01:00
Your Name
141b0289b1 updated changes, more clear comment 2023-02-26 13:45:06 +01:00
Your Name
721235fc02 added note to the test of 26600 that the data generation is artificial 2023-02-26 13:43:30 +01:00
Your Name
c5e860eb31 add perl test for 26610 2023-02-26 13:41:13 +01:00
Your Name
90c6ead997 add real reference hash to 26600 2023-02-26 13:32:39 +01:00
Your Name
5208447e72 change hash-signature for 26610 (incompatible with 26600), remove debug print statements in attacks, add comments, add reference data 2023-02-26 13:31:38 +01:00
jsteube
d08f3cf7f6 Fix SM3 DGST_POS ordering 2023-02-26 08:49:08 +00:00
jsteube
866aaf02ce Prepare unit-test for -m 31200 2023-02-25 23:22:23 +00:00
Your Name
248c4afc09 test hash works 2023-02-25 00:51:14 +01:00
jsteube
ea6173b307 Optimize SM3 for use on platforms that support native bitselect() 2023-02-24 21:56:55 +00:00
Jens Steube
6e45d4dafc
Merge pull request #3626 from ketlerd/master
Add tuning records for a number of algorithms for the AMD RX 7900XTX
2023-02-23 21:23:27 +01:00
Jens Steube
b685dc0e41
Merge pull request #3625 from loukabvn/sm3
First performance optimization for SM3 hash on a0 and a1 optimized kernels
2023-02-22 21:14:34 +01:00
David Ketler
bb620db348 add tuning records for a number of algorithms for the RX 7900XTX 2023-02-22 13:28:06 -05:00
Zgzorx
6102347ab0 First performance optimization for SM3 hash on a0 and a1 optimized kernels 2023-02-22 11:44:42 +01:00
jsteube
9acfc26d81 First performance optimization for SM3 hash 2023-02-21 15:44:21 +00:00
Jens Steube
71da2317f4
Merge pull request #3620 from loukabvn/sm3
Adding support for SM3
2023-02-20 15:35:52 +01:00
Zgzorx
20c6a70b59 Rename SM3 module : m31100 2023-02-20 14:41:22 +01:00
Zgzorx
c85d817192
Merge branch 'hashcat:master' into sm3 2023-02-20 13:59:07 +01:00
jsteube
4fe37f5445 Fix -m 31000 some formatting and missing cracks in optimized mode -a 1 and -a 3 if password length > 32 2023-02-19 21:41:15 +00:00
Jens Steube
1ac3091492
Merge pull request #3622 from justpretending/fifo_again
Don't close and reopen a FIFO
2023-02-18 20:49:12 +01:00
justpretending
004ec79647 Don't close and reopen a FIFO 2023-02-19 00:55:55 +07:00
jsteube
12dc17ef5a Add missing entry for BLAKE2s-256 in docs/changes.txt 2023-02-17 19:43:21 +00:00
loukabvn
a3ab8a2181 Correct some errors from copy-pastes 2023-02-17 18:58:42 +01:00
loukabvn
180dcb5769 Cleaning files and change DGST_Ri after tests 2023-02-17 17:41:42 +01:00
Zgzorx
be65cca4b4 Cleaned files for PR 2023-02-17 16:11:30 +01:00
Zgzorx
67a4f699de a3-optimized functionnal 2023-02-17 15:48:00 +01:00
Zgzorx
1a00a391f0 First a3-optimized draft 2023-02-17 15:14:10 +01:00
loukabvn
73500a7512 Fix a0-optimized and add a1-optimized for SM3 2023-02-17 14:05:11 +01:00
loukabvn
b11b4b1b1b Fixing inc_hash_sm3.h and add a0-optimized draft 2023-02-16 17:19:35 +01:00
loukabvn
29e8766fa3 update inc_hash_sm3, comment and make code clearer 2023-02-16 15:22:43 +01:00
Zgzorx
68c95c056d Using update_swap 2023-02-16 12:02:36 +01:00
Zgzorx
9c6b533efd Added sm3 a1 and a3 pure first draft 2023-02-16 11:03:10 +01:00
loukabvn
2bc70388d3 Creation of branch SM3 and adding files for basic implementation 2023-02-16 10:38:11 +01:00
jsteube
3daa14b341 Fix file permissions in build script which produce binary release package 2023-02-16 07:36:12 +00:00
Jens Steube
c856d9abcf
Merge pull request #3616 from Zgzorx/blake
Adding Blake2s-256
2023-02-15 10:21:54 +01:00
Zgzorx
008faee326
Merge branch 'hashcat:master' into blake 2023-02-14 11:48:07 +01:00
jsteube
9ec6392c92 Fix untested byte range coverage in UTF8 to UTF16 converter 2023-02-14 09:46:28 +00:00