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
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
b4c12ee628
add test hashes
2023-06-26 13:36:35 +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
Jens Steube
b5fb169ded
Merge pull request #3772 from matrix/algo_4420
...
Added hash-mode: md5(sha1($pass.$salt))
2023-06-25 20:01:05 +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
dale
e00ab993a2
Fixed stray comma in JSON output when selecting a device other than the first.
2023-06-23 13:22:41 -05:00
Jens Steube
823a36dcff
Merge branch 'master' into fix_rar_segfault_AppleSilicon
2023-06-20 18:44:35 +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
Jens Steube
4734d112b8
Merge pull request #3763 from matrix/XenForo_sha512
...
Added hash-mode: sha512(sha512($pass).$salt)
2023-06-16 03:10:11 +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
Gabriele Gristina
ef81520158
Metal Backend: disable Metal devices only if at least one OpenCL device is active
2023-06-14 21:11:42 +02:00
Jens Steube
32517211a5
Merge pull request #3760 from matrix/check_invalid_kern_type
...
do not allow negative kern_type
2023-06-14 03:25:35 +02:00
Jens Steube
3c3e950dba
Merge pull request #3759 from matrix/enable_Metal_2xx
...
Metal Backend: allow use of devices with Metal if runtime version is >= 200
2023-06-13 00:27:22 +02:00
Jens Steube
aa42b3b758
Merge pull request #3756 from matrix/fix_sprintf_warnings_v2
...
fix multiple sprintf build warnings by using snprintf
2023-06-11 00:51:43 +02:00
Jens Steube
bf206d594e
Merge pull request #3755 from matrix/fix_deprecated_kIOMasterPortDefault
...
using hc_IOMasterPortDefault instead of kIOMasterPortDefault/kIOMainPortDefault
2023-06-09 13:35: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
eb276f12f6
do not allow negative kern_type
2023-06-07 21:06:57 +02:00
Jens Steube
cf6f71eb8a
Merge pull request #3750 from justpretending/master
...
Fix a typo in the help text
2023-06-07 16:24:20 +02:00
Gabriele Gristina
737989b7cf
Metal Backend: allow use of devices with Metal if runtime version is >= 200
2023-06-07 01:17:30 +02:00
Jens Steube
890de0bff6
Merge pull request #3748 from matrix/build_win_from_macOS
...
Support building windows binaries on macOS using MinGW, updated docum…
2023-06-06 13:36:04 +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
1821a43420
fix multiple sprintf build warnings by using snprintf
2023-06-03 22:50:41 +02:00
Gabriele Gristina
8d0ded44d9
using hc_IOMasterPortDefault instead of kIOMasterPortDefault/kIOMainPortDefault
2023-06-03 22:36:40 +02:00
Gabriele Gristina
53dbc07029
Added hash-mode: Empire CMS (Admin password)
2023-06-03 03:08:29 +02:00
Jens Steube
e39bd75e24
Merge pull request #3740 from matrix/fix_2410_pwMax_limits
...
Fixed maximum password length in module/test_module of hash-mode 2410
2023-06-02 14:30:45 +02:00
Jens Steube
82d9de8b30
Merge pull request #3739 from matrix/fix_2400_pwMax_limit
...
Fixed maximum password length in module/test_module of hash-mode 2400
2023-06-01 18:54:32 +02:00
Jens Steube
b2340a26cf
Merge branch 'master' into fix_10700_opt_metal
2023-05-31 14:16:04 +02:00
justpretending
2ca3a117e1
Fix a typo
2023-05-29 11:24:05 +07:00
Gabriele Gristina
7ab00af506
Support building windows binaries on macOS using MinGW, updated documentation
2023-05-28 21:21:20 +02:00
Jens Steube
ba4ce96bbf
Merge pull request #3736 from flaggx1/fix_get_random_num
...
Fix get_random_num function to be inclusive of max parameter
2023-05-28 20:07:22 +02:00
Gabriele Gristina
1c3ea8506c
Fix file permissions for 32100/32200
2023-05-25 22:39:08 +02:00
Jens Steube
8d5e220985
Merge branch 'master' into fix_Makefile_AppleSilicon
2023-05-25 15:01:57 +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
b8ea00642e
Fixed maximum password length in module/test_module of hash-mode 2410
2023-05-22 01:38:44 +02:00
Gabriele Gristina
82f94593a0
Fixed maximum password length in module/test_module of hash-mode 2400
2023-05-21 22:58:09 +02:00
Flagg
f75e7c18bc
Merge branch 'hashcat:master' into fix_get_random_num
2023-05-20 23:04:18 -04:00
Gabriele Gristina
54205412a6
Fixed build failed for 10700 optimized with Apple Metal
2023-05-20 17:15:17 +02:00
Jens Steube
cb36114d95
Merge pull request #3727 from matrix/fix_module_501
...
added missing memset for token2 in module_hash_decode(), module_00501.c
2023-05-20 15:55:29 +02:00
Flagg
d4a58b5fe5
Fix get_random_num function to be inclusive of max parameter
...
The get_random_num function does not currently include the max parameter. This causes issues such as the tilde character not being generated with random rule generation. This makes the max parameter value inclusive.
2023-05-19 23:44:32 -04:00