magnum
|
89f84b64a3
|
-m 21200 bugfix: Array declared too small. We're using indeces 0..4 so it
has to be pc[5].
|
2020-08-16 21:19:59 +02:00 |
|
Jens Steube
|
b737bcf7ab
|
Merge branch 'master' into 23400_bitwarden
|
2020-08-15 18:39:23 +02:00 |
|
Jens Steube
|
30949c1578
|
Fixed unexpected non-unique salts in multi-hash cracking in Bitcoin/Litecoin wallet.dat module which lead to false negatives
|
2020-08-15 17:00:55 +02:00 |
|
Jens Steube
|
a72ba6faab
|
Add OPTI_TYPE_SLOW_HASH_SIMD_INIT2 and OPTI_TYPE_SLOW_HASH_SIMD_LOOP2
|
2020-08-14 15:52:36 +02:00 |
|
Jens Steube
|
aa3f384858
|
Merge pull request #2513 from philsmd/master
fixes #546: added -m 23300 = Apple iWork cracking
|
2020-08-14 12:38:47 +02:00 |
|
philsmd
|
035df28c8a
|
use base64 encoded salt for -m 23400 (Bitwarden)
|
2020-08-13 14:55:59 +02:00 |
|
philsmd
|
79e5c60fef
|
fixes #2505: added -m 23400 = Bitwarden
|
2020-08-13 10:25:56 +02:00 |
|
philsmd
|
91e10abaea
|
fixes #2509: use AxCrypt 1 to avoid confusion for -m 13200/13300
|
2020-08-12 11:22:37 +02:00 |
|
philsmd
|
0b06034d01
|
fixes #546: added -m 23300 = Apple iWork cracking
|
2020-08-12 11:05:35 +02:00 |
|
Jens Steube
|
dc9a246893
|
Removed unstable warnings for AMD-GPU-PRO on -m 15300, 15700 and 21500
|
2020-08-05 14:52:13 +02:00 |
|
Jens Steube
|
cdd06d404a
|
Add option OPTS_TYPE_SUGGEST_KG to all -m 229xx modules
|
2020-08-04 15:15:41 +02:00 |
|
Jens Steube
|
6259acc3ab
|
Switch hash category for -m 15500 to HASH_CATEGORY_PRIVATE_KEY
|
2020-08-04 09:43:46 +02:00 |
|
Jens Steube
|
b8cbf94791
|
Add missing modules for -m 229xx
|
2020-08-03 18:21:26 +02:00 |
|
Jens Steube
|
e00cae4c5c
|
Update support for RSA/DSA/EC/OPENSSH Private Keys
|
2020-08-03 16:57:23 +02:00 |
|
Jens Steube
|
152fefe65f
|
Merge pull request #2363 from mpalmer/pkcs1
Module to decrypt PEM-encoded encrypted private keys (#74)
|
2020-08-03 16:54:06 +02:00 |
|
philsmd
|
9bd77536c2
|
improved speed of -m 21200 by using pre-computed SHA1 hash
|
2020-07-26 18:00:09 +02:00 |
|
Jens Steube
|
4a9f8a1e75
|
Fixed false negatives in hash-mode 10901 if hash-mode 9200, 10000, 10900 or 20300 was used to compile the kernel binary
|
2020-07-23 12:56:21 +02:00 |
|
Jens Steube
|
7cba225715
|
Added hash-mode: XMPP SCRAM
|
2020-07-17 14:27:00 +02:00 |
|
Jens Steube
|
b9f6777f1b
|
OpenCL Runtime: Add some unstable warnings for some SHA512 based algorithms on AMD GPU on macOS
|
2020-07-15 11:27:46 +02:00 |
|
philsmd
|
9ec84ed6bd
|
fix pw_max w/ -O for -m 10600
|
2020-07-02 17:27:43 +02:00 |
|
Jens Steube
|
5d04e97adc
|
Fixed maximum password length in modules of hash-modes 600, 7800, 7801 and 9900
|
2020-07-02 12:20:41 +02:00 |
|
Jens Steube
|
e141742944
|
Merge branch 'master' into m23100_apple_keychain
|
2020-07-01 13:01:16 +02:00 |
|
Jens Steube
|
ab4a1783df
|
Merge branch 'master' into master
|
2020-07-01 12:50:44 +02:00 |
|
philsmd
|
8c54727a8c
|
updates default pw_max length for blake2b
|
2020-06-27 12:48:36 +02:00 |
|
philsmd
|
480466a954
|
kerberos: do NOT use PWDUMP format with -m 7500/18200
|
2020-06-27 12:40:40 +02:00 |
|
philsmd
|
630bb5b811
|
fixes #2457: added -m 23100 = Apple Keychain
|
2020-06-25 17:36:43 +02:00 |
|
philsmd
|
bd9304724c
|
fixes #1298: add pure kernels for -m 600 = BLAKE2b-512
|
2020-06-24 23:41:58 +02:00 |
|
philsmd
|
e59f61e8cf
|
cosmetic: minor code style fixes
|
2020-06-13 11:19:00 +02:00 |
|
Jens Steube
|
9ea8b3424d
|
Merge branch 'master' into pkcs1
|
2020-06-10 10:51:43 +02:00 |
|
Jens Steube
|
69bdd5012c
|
Merge pull request #2420 from philsmd/dnssecDotReplaceByLen
fixes #2365: NSEC3 dot replace and empty salt/domain fix
|
2020-06-09 10:45:02 +02:00 |
|
Matt Palmer
|
70441138ed
|
Renumber PEM module to 22900
Also took the liberty of removing old PKCS1 naming everywhere,
so as to prevent future confusion.
|
2020-06-08 13:36:39 +10:00 |
|
Jens Steube
|
3a9929bd3d
|
Merge pull request #2419 from philsmd/rarHpPureFix
fixes #2390: RAR3-hp cracking w/ pass > 28 (pure kernel) + tests added
|
2020-06-04 10:06:29 +02:00 |
|
Jens Steube
|
f6322dccd5
|
Merge branch 'master' into pkcs1
|
2020-06-04 09:44:01 +02:00 |
|
Jens Steube
|
09b2bb0ad7
|
Fixed a buffer overflow in module_hash_decode() of -m 15500
|
2020-06-03 12:51:38 +02:00 |
|
Jens Steube
|
c51b6391c9
|
Merge pull request #2405 from philsmd/luks_hash_example_fix
luks: remove self-test example hash
|
2020-06-02 12:35:07 +02:00 |
|
Jens Steube
|
4aaec30ada
|
Merge pull request #2404 from philsmd/master
use our safe free () wrapper hcfree whenever possible
|
2020-06-02 12:34:19 +02:00 |
|
philsmd
|
416bdd8e47
|
SecureZIP: use hex_encode () / hex_decode ()
|
2020-06-02 11:21:25 +02:00 |
|
philsmd
|
5df743cb85
|
fixes #2410: added -m 2300x = SecureZIP
|
2020-05-31 10:36:41 +02:00 |
|
Jens Steube
|
6c0dc7493e
|
Fix modules where salt->salt_buf[] is used but salt->salt_len was not set
|
2020-05-29 11:19:49 +02:00 |
|
Jens Steube
|
84d3981e7b
|
Add returncode PARSER_HAVE_ERRNO as a valid returncode from module_hash_binary_count() and module_hash_binary_parse() module hooks. You can use this in case fopen() fails and you want to transport back the original error from the OS
|
2020-05-27 15:23:02 +02:00 |
|
Matt Palmer
|
cff3fbda9b
|
Provide benchmark esalt structure
|
2020-05-27 20:30:00 +10:00 |
|
philsmd
|
f382d24dcf
|
fixes #2365: NSEC3 dot replace and empty salt/domain fix
|
2020-05-25 11:30:45 +02:00 |
|
philsmd
|
edfe21b902
|
fixes #2390: RAR3-hp cracking w/ pass > 28 (pure kernel) + tests added
|
2020-05-25 11:08:33 +02:00 |
|
Matt Palmer
|
2d83149a54
|
Module to decrypt PEM-encoded encrypted private keys (#74)
Supports a variety of common PKCS#1 ciphers, with fast kernels in all
available colours, shapes, and sizes.
|
2020-05-19 23:58:09 +10:00 |
|
Jens Steube
|
1dc3469f6e
|
Merge pull request #2372 from mpalmer/binary-parse-report-error
Allow module_hash_binary_parse to report a fatal error
|
2020-05-18 15:14:49 +02:00 |
|
philsmd
|
943c57ae5f
|
luks: remove self-test example hash
|
2020-05-14 19:27:39 +02:00 |
|
philsmd
|
d1c3274965
|
use our safe free () wrapper hcfree whenever possible
|
2020-05-14 19:21:59 +02:00 |
|
philsmd
|
b7e5216cf1
|
fixes #2383: added -m 22700 = MultiBit HD (scrypt)
|
2020-05-08 10:57:32 +02:00 |
|
Jens Steube
|
33579ae3db
|
Add new option for modules OPTS_TYPE_SELF_TEST_DISABLE to disable self-test functionality from hash-mode directly
|
2020-05-08 10:18:17 +02:00 |
|
Jens Steube
|
d22a9a0978
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2020-04-30 12:58:46 +02:00 |
|