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

7014 Commits

Author SHA1 Message Date
philsmd
9f380afa13
UnRAR: Allow unpack directly from memory (no files) 2020-09-08 10:44:34 +02:00
philsmd
be4e3df01b
UnRAR: Allow using key and IV instead of password 2020-09-08 10:39:21 +02:00
philsmd
007913dfa7
UnRAR: Fixed MinGW compile problem 2020-09-08 10:35:53 +02:00
philsmd
616cb9859f
Added UnRAR dependency (version 5.9.4) 2020-09-08 10:34:21 +02:00
Jens Steube
57bef8abc9 Display possible NVIDIA CUDA/RTC library loading error message only in case a NVIDIA device was found using OpenCL 2020-09-06 13:29:32 +02:00
Jens Steube
111f39eeb2 OpenCL Runtime: Switched default OpenCL device type on macOS from GPU to CPU. Use -D 2 to enable GPU devices. 2020-09-05 23:20:59 +02:00
Jens Steube
343d3bc0aa CUDA Backend: Give detailed warning if either the NVIDIA CUDA or the NVIDIA RTC library cannot be initialized
CUDA Backend: Do not warn about missing CUDA SDK installation if --backend-ignore-cuda is used
2020-09-05 15:46:28 +02:00
Jens Steube
176bbd3fb7 Documentation: Added 3rd party licenses to docs/license_libs 2020-09-04 22:58:12 +02:00
Jens Steube
1ba80a6c1e Fixed copy/paste error leading to invalid reassembled passwords added with a1b5af4433 2020-09-03 06:48:07 +02:00
Jens Steube
6a419d068c CUDA Backend: Use blocking events to avoid 100% CPU core usage (per GPU) 2020-08-31 13:35:57 +02:00
Jens Steube
fb448b6eb6 Fixed incorrect maximum password length support for -m 400 in optimized mode (reduced from 55 to 39) 2020-08-30 15:53:58 +02:00
Jens Steube
a1b5af4433 Fixed password reassembling for cracked hashes on host for slow hashes in optimized mode that are longer than 32 characters 2020-08-30 15:45:40 +02:00
Jens Steube
62a7ae4075 Increase EXTRA_SPACE to leave some room for free device memory 2020-08-29 20:01:39 +02:00
Jens Steube
3ebf4c5f9f Merge branch 'master' of https://github.com/hashcat/hashcat 2020-08-29 16:12:37 +02:00
Jens Steube
98aef2ae92 Module Structure: Add 3rd party library hook management functions. This also requires an update to all existing module_init() 2020-08-29 16:12:15 +02:00
Jens Steube
01a56c89eb
Merge pull request #2534 from philsmd/python3_unit_tests
tests: added Python 3 support and make it default
2020-08-27 09:35:29 +02:00
Jens Steube
0f31fea8b6
Merge branch 'master' into python3_unit_tests 2020-08-27 09:35:23 +02:00
Jens Steube
2eb91672df
Merge pull request #2533 from philsmd/update_perl_modules
minor: update list of perl modules for unit tests
2020-08-27 09:34:40 +02:00
Jens Steube
b70627f592
Merge pull request #2532 from philsmd/unit_test_packaging
unit tests: fix packaging (-p) of tests
2020-08-27 09:34:10 +02:00
Jens Steube
45108468c9
Merge pull request #2531 from philsmd/clear_prompt
fixes #2518: call clear_prompt () more often to avoid misaligned prompt
2020-08-27 09:33:40 +02:00
philsmd
698d0fbbda
tests: added Python 3 support and make it default 2020-08-26 12:49:54 +02:00
philsmd
8e6949e00d minor: update list of perl modules for unit tests 2020-08-26 12:41:25 +02:00
philsmd
6587606ba4
unit tests: fix packaging (-p) of tests 2020-08-26 12:24:23 +02:00
Jens Steube
9121f66b1c
Merge pull request #2530 from philsmd/master
add OPTS_TYPE_SUGGEST_KG to -m 23100 = Apple Keychain
2020-08-26 12:20:28 +02:00
philsmd
ee5bce1c3e
fixes #2518: call clear_prompt () more often to avoid misaligned prompt 2020-08-26 12:14:26 +02:00
philsmd
eed7863af4
add OPTS_TYPE_SUGGEST_KG to -m 23100 = Apple Keychain 2020-08-26 12:05:57 +02:00
Jens Steube
42f58d168b
Merge pull request #2525 from Jiab77/patch-1
Update hashcat-brain.md
2020-08-26 11:53:52 +02:00
Jonathan Barda
c74c09a8bf
Update hashcat-brain.md
Improve document styling and readability
2020-08-21 18:06:28 +02:00
Jens Steube
b8a0961547
Merge pull request #2517 from philsmd/master
fixes #2510: Added -m 23500/23600 = AxCrypt 2 AES-128/256
2020-08-18 09:16:40 +02:00
Jens Steube
142d086507
Merge branch 'master' into master 2020-08-17 09:58:07 +02:00
Jens Steube
56e8de15e4
Merge pull request #2522 from roycewilliams/master
fix case in 'OpenSSH'
2020-08-17 09:49:42 +02:00
Jens Steube
64ade551c9
Merge pull request #2523 from magnumripper/master
-m 21200 bugfix: Array declared too small.
2020-08-17 09:49:30 +02:00
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
2197ecf457
Merge pull request #2515 from philsmd/23400_bitwarden
fixes #2505: added -m 23400 = Bitwarden
2020-08-16 10:41:03 +02:00
Royce Williams
af8b6057d3 fix case in 'OpenSSH' 2020-08-15 09:25:39 -08:00
Jens Steube
b737bcf7ab
Merge branch 'master' into 23400_bitwarden 2020-08-15 18:39:23 +02:00
Jens Steube
ca12f95dc9
Merge pull request #2521 from philsmd/patch-3
fixes #2516: MSYS2/Appveyor building problem fixed
2020-08-15 18:35:49 +02:00
Royce Williams
7de74a08a2 fix case in 'OpenSSH' 2020-08-15 08:15:52 -08:00
philsmd
ec690eaac6
fixes #2516: MSYS2/Appveyor building problem fixed 2020-08-15 17:32:17 +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
a564e91943
Merge pull request #2519 from philsmd/appveyor_fix_attempt1
Appveyor MSYS signing key fix attempt 1 (see #2516)
2020-08-15 15:41:07 +02:00
philsmd
3627840bbc
AxCrypt 2: only copy/use as little data as required 2020-08-15 12:14:45 +02:00
philsmd
f3920db71b
Appveyor MSYS signing key fix attempt 1 (see #2516) 2020-08-15 12:03:10 +02:00
philsmd
00ba7168fe
fixes #2510: Added -m 23500/23600 = AxCrypt 2 AES-128/256 2020-08-14 16:18:29 +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
Jens Steube
1cf2f94292
Merge pull request #2514 from philsmd/axcrypt1_rename
fixes #2509: use AxCrypt 1 to avoid confusion for -m 13200/13300
2020-08-14 12:31:12 +02:00
Jens Steube
762a4c45ba
Merge pull request #2512 from philsmd/patch-1
Makefile: minor typo
2020-08-14 12:30:03 +02:00
Jens Steube
e21463da4b Fixed race condition resulting in out of memory error on startup if multiple hashcat instances are started at the same time 2020-08-14 09:04:52 +02:00
philsmd
035df28c8a
use base64 encoded salt for -m 23400 (Bitwarden) 2020-08-13 14:55:59 +02:00