1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00
Commit Graph

2796 Commits

Author SHA1 Message Date
jsteube
8b559ce563 Fix module_hash_encode() in hash-mode 32500 2023-07-08 18:21:40 +00:00
jsteube
b1afc4a9aa Rename hash-mode 98765 to 32500 and add some missing memory initialization 2023-07-07 18:13:58 +00:00
Jens Steube
4729342571
Merge pull request #3746 from JoeMcGeever/master
Plugin for issue #2994 - dogechain implementation
2023-07-06 15:38:52 +02:00
JoeMcGeever
10dc0df264 Updated hash format to be the same as the suggested @philsmd 2023-07-03 10:54:29 +01:00
Gabriele Gristina
567ceefaf0 Added hash-mode: sha512(sha512_bin($pass).$salt) 2023-07-01 23:49:48 +02:00
jsteube
ed4e209276 Change S-boxes in CAST5 from constant mem to shared mem 2023-07-01 19:46:45 +00:00
Jens Steube
1200bab046
Merge pull request #3776 from thatux/gpg-cast5
Add GPG (CAST5 (SHA-1($pass)))
2023-06-30 19:47:13 +02:00
Your Name
5927fea637 make it work with Apple Metal 2023-06-30 10:34:41 +02:00
Gabriele Gristina
b6ae3d867e Added hash-mode: md5(sha1($salt.$pass)) 2023-06-27 02:58:20 +02:00
Jens Steube
f5ec183552
Merge pull request #3773 from matrix/algo_2630
Added hash-mode: md5(md5($pass.$salt))
2023-06-26 20:04:40 +02:00
Your Name
cb2890c108 working m17040 2023-06-26 13:34:27 +02:00
Your Name
fae1994588 based m17040 of m17010 2023-06-26 11:50:53 +02:00
Gabriele Gristina
c31d8d2b95 Added hash-mode: md5(md5($pass.$salt)) 2023-06-24 03:25:00 +02:00
Gabriele Gristina
40f087923f Added hash-mode: md5(sha1($pass.$salt)) 2023-06-24 00:21:33 +02:00
Jens Steube
2d60359827
Merge pull request #3766 from matrix/algo_RSA_NetWitness
Added hash-mode: RSA Security Analytics / NetWitness (sha256)
2023-06-19 19:42:15 +02:00
Jens Steube
58155986cf
Merge pull request #3765 from philsmd/master
fix trailing spaces
2023-06-18 16:19:40 +02:00
Jens Steube
82cf3b63b9
Merge pull request #3764 from matrix/algo_21310
Added hash-mode: md5($salt1.sha1($salt2.$pass))
2023-06-17 16:57:49 +02:00
Gabriele Gristina
e506823772 Added hash-mode: RSA Security Analytics / NetWitness (sha256) 2023-06-17 14:41:17 +02:00
philsmd
79869badf1
fix trailing spaces 2023-06-17 10:08:55 +02:00
Gabriele Gristina
19a36e73a2 Added hash-mode: md5($salt1.sha1($salt2.$pass)) 2023-06-15 19:01:52 +02:00
Gabriele Gristina
ec13e6123a Added hash-mode: sha512(sha512($pass).$salt) 2023-06-14 22:51:39 +02:00
jsteube
e6c97eb51b Fix vector datatypes usage for HIP 2023-06-10 19:01:35 +00:00
Jens Steube
dbc9019284
Merge pull request #3758 from matrix/fix_scrypt_AppleMetal
Fixed a bug in all SCRYPT-based hash modes with Apple Metal
2023-06-11 23:18:10 +02:00
Jens Steube
3bd8d38402
Merge pull request #3753 from matrix/algo_empireCMS_AdminPassword
Added hash-mode: Empire CMS (Admin password)
2023-06-08 12:47:14 +02:00
Gabriele Gristina
6847458a00 Fixed a bug in all SCRYPT-based hash modes with Apple Metal 2023-06-07 00:49:37 +02:00
Jens Steube
e6314a812f
Merge pull request #3745 from matrix/fix_file_permissions
Fix file permissions for 32100/32200
2023-06-05 10:29:21 +02:00
Gabriele Gristina
53dbc07029 Added hash-mode: Empire CMS (Admin password) 2023-06-03 03:08:29 +02:00
Jens Steube
c8a336c5a4
Merge pull request #3737 from matrix/fix_13772_13773_build_failed_metal
Fixed build failed for 13772 and 13773 with Apple Metal
2023-05-30 17:59:57 +02:00
Jens Steube
5fa2f561fa
Merge pull request #3735 from matrix/fix_metal_swap64
Fixed build failure for almost all hash modes that make use of hc_swap64 and/or hc_swap64_S with Apple Metal
2023-05-27 20:46:14 +02:00
Joseph McGeever
2b7b6a3591 Plugin for issue #2994 - dogechain implementation 2023-05-26 13:46:17 +01:00
Gabriele Gristina
1c3ea8506c Fix file permissions for 32100/32200 2023-05-25 22:39:08 +02:00
Jens Steube
0253f50679
Merge pull request #3730 from matrix/algo_sspr
Added support for NetIQ SSPR hashes + Adobe AEM
2023-05-24 10:21:23 +02:00
jsteube
5dcc9a5d8b Rename hash-modes 33100, 33200 to 32100, 32200 2023-05-23 12:31:54 +00:00
Jens Steube
9433d0b61e
Merge pull request #3729 from MWR-CyberSec/add-aes-asrep-plugins
Added plugins for AES128 and AES256 AS-REPs
2023-05-23 14:25:09 +02:00
Gabriele Gristina
44d58f9a45 Fixed build failed for 13772 and 13773 with Apple Metal 2023-05-20 14:02:25 +02:00
Gabriele Gristina
7ab1110907 Fixed build failure for almost all hash modes that make use of hc_swap64 and/or hc_swap64_S with Apple Metal 2023-05-20 03:54:06 +02:00
Gabriele Gristina
f126f3b19e Added support for NetIQ SSPR hashes + Adobe AEM 2023-05-16 20:35:40 +02:00
Jens Steube
cef1ec8e16
Merge branch 'master' into fix_31300_vector 2023-05-15 14:56:09 +02:00
Christo Erasmus
33581b4155 Added plugins for AES128 and AES256 AS-REPs 2023-05-15 13:32:48 +02:00
Jens Steube
5780430176
Merge pull request #3715 from matrix/fix_OpenCL_blake2s
Fixed build failed for 31000/Blake2s with vector width > 1
2023-05-14 16:54:32 +02:00
Jens Steube
18639745ef
Merge pull request #3714 from matrix/fix_4410_metal
Fixed build failed for 4410 with vector width > 1
2023-05-13 19:59:17 +02:00
Jens Steube
d157a5ccd2
Merge pull request #3713 from matrix/beautify_5800_opencl
beautified OpenCL 5800 kernels
2023-05-12 20:54:41 +02:00
Jens Steube
bdedb609d0
Merge pull request #3709 from OutWrest/master
Added hash-mode: md5(md5(md5($pass)).$salt)
2023-05-09 17:58:40 +02:00
Gabriele Gristina
5b4ab2cc0b Fixed build failed for 31300 with vector width > 1 2023-05-05 19:45:33 +02:00
Gabriele Gristina
903c1136c8 Fixed build failed for 31000/Blake2s with vector width > 1 2023-05-05 19:31:24 +02:00
Gabriele Gristina
3109ebc2c7
Merge branch 'master' into fix_31400 2023-05-05 15:40:50 +02:00
Gabriele Gristina
02e160c250 Fixed build failed for 4410 with vector width > 1 2023-05-04 22:09:14 +02:00
Gabriele Gristina
1f7a4587aa beautified OpenCL 5800 kernels 2023-05-04 00:30:42 +02:00
Jens Steube
363d84e95a
Merge pull request #3702 from matrix/fix_metal_31700_a0
Fixed build failed for 31700 with Apple Metal
2023-05-02 17:16:40 +02:00
Outwrest
7785d953dd Added hash-mode: md5(md5(md5()).) 2023-04-28 16:20:53 -05:00