1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-16 04:49:24 +00:00
Commit Graph

9091 Commits

Author SHA1 Message Date
Yaakov Saxon
e33e6b0ac0 make pw_len a const u32 2023-03-17 11:37:51 -04:00
Yaakov Saxon
4805680616 remove tmp_pw 2023-03-17 11:36:37 -04:00
Yaakov Saxon
ec3a940785 add _S to hc_swap32 in a0,a1 2023-03-17 11:27:07 -04:00
Yaakov Saxon
9262056b0e fix accidental revert 2023-03-16 23:17:20 -04:00
Yaakov Saxon
aa80cc4547 change s10-15 to sa-sf 2023-03-16 23:13:32 -04:00
Yaakov Saxon
f4b96e1faa still not working but maybe closer 2023-03-16 23:04:10 -04:00
Yaakov Saxon
d8eb428838 unwrap vectors in a3 2023-03-16 14:08:57 -04:00
Yaakov Saxon
06b07d06e2 clarify purpose and applicable versions 2023-03-15 16:47:26 -04:00
Yaakov Saxon
6b28169c66 31400 securecrt module 2023-03-15 16:25:35 -04:00
jsteube
0aaf19eade Fix https://github.com/hashcat/hashcat/issues/3641 2023-03-15 19:45:56 +00:00
Jens Steube
714b5dcc9e
Merge pull request #3640 from PenguinKeeper7/bcrypt-tuning
Bcrypt tuning
2023-03-14 13:28:14 +01:00
jsteube
24d375073c Revert -m 26610 to check for 0x20-0x7e and allow DEEP_COMP kernel functionality 2023-03-13 10:00:16 +00:00
PenguinKeeper7
04b891ab31
Include bcrypt(sha512) in tuning db
Add 28400 to the bcrypt hctune
2023-03-13 02:13:08 +00:00
PenguinKeeper7
036256aac6
Include new bcrypt(sha256) in tuning db
Add 30600 to the bcrypt hctune
2023-03-13 02:07:56 +00:00
jsteube
37923e79e9 Switch -m 26610 to hc_get_entropy() verification strategy 2023-03-12 21:52:11 +00:00
jsteube
77c9f096db Align loading rules log event usage with other log events 2023-03-11 08:55:37 +00:00
Jens Steube
b403f622ee
Merge pull request #3637 from thatux/correct-m25400-m26610-plaintextcheck
Correct m25400 m26610 plaintextcheck
2023-03-10 15:40:59 +01:00
Jens Steube
d93e6d0d30
Merge pull request #3638 from PenguinKeeper7/Loading-Rules-Prompt
Prompt when loading rules
2023-03-09 22:27:17 +01:00
Jens Steube
89fc3e49f8
Merge pull request #3636 from roycewilliams/master
link to driver FAQ on CUDA failure
2023-03-08 22:24:29 +01:00
Your Name
4dc96cd765 m25400 make use of new is_valid_printable 2023-03-08 21:29:37 +01:00
Your Name
c68602aa10 m26610 add check for second block of plaintext 2023-03-08 21:29:13 +01:00
Your Name
2b5d5e93ea Merge branch 'master' into correct-m25400-m26610-plaintextcheck 2023-03-08 21:06:15 +01:00
Your Name
db9debdd19 resolve merge conflicts with master 2023-03-08 21:06:11 +01:00
Your Name
6c653fa89d m26610 also in changes 2023-03-08 00:53:25 +01:00
Your Name
70885319f3 m26610 now also checking second block of plaintext, moved AES_GCM_decrypt to seperate function 2023-03-08 00:50:40 +01:00
Your Name
b035c6e408 m26610 second block of AES-GCM also decrypting 2023-03-08 00:15:51 +01:00
Your Name
6bc86d06b1 remove debug printfs, added changes.txt 2023-03-07 23:50:49 +01:00
Your Name
45b803988c 25400 working with 32 bytes plaintext check 2023-03-07 23:38:09 +01:00
PenguinKeeper7
e5542839fc
Update straight.c 2023-03-07 22:19:04 +00:00
jsteube
d5a74b2536 Add new function is_valid_printable_32() to check if 32 bit integer consist only of printable characters and update -m 26610 as example use case 2023-03-07 21:43:44 +00:00
Royce Williams
ebe8741000 link to driver FAQ on CUDA failure 2023-03-07 12:27:30 -09:00
Your Name
b01f4e5c2e corrected ASCII plaintext check from >=20 to >=0x20 2023-03-07 21:53:11 +01:00
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