1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-01 04:58:57 +00:00
Commit Graph

7181 Commits

Author SHA1 Message Date
philsmd
0809d326f6
No need for this (object) reference in -m 23800 2020-09-11 10:12:02 +02:00
Your Name
8eed6b95a5 added an example of a printf() from a non _loop kernel, and rewrote the explanation for the need of a contional when using printf() 2020-09-10 21:51:24 +02:00
Jens Steube
90fb4aadae Use only 128 threads for -m 12500, user can override using -T 2020-09-10 21:38:39 +02:00
Jens Steube
05e95f7a2c Fix copy/paste error in -m 23800 2020-09-10 21:34:18 +02:00
Jens Steube
357742d70a RAR3 Kernels: Improved loop code, improving performance by 23% 2020-09-10 21:25:19 +02:00
Jens Steube
3cd7b1565b Add missing free in -m 23800 2020-09-09 09:00:35 +02:00
cfreal
919cb8f38e Fixed reference to 04500 instead of 04510 2020-09-08 12:19:45 +02:00
cfreal
64efcbd645 Fixed references to 04720, which is now 04510 2020-09-08 12:19:07 +02:00
Jens Steube
0b0ce67570
Merge pull request #2542 from philsmd/master
Fixes #1334: Added -m 23700/23800 = RAR3-p cracking
2020-09-08 12:11:56 +02:00
cfreal
3de7540526 Updated docs 2020-09-08 11:45:03 +02:00
philsmd
3cc828ce0a
Added -m 23700/23800 = RAR3-p cracking 2020-09-08 10:51:15 +02:00
philsmd
777c5339a0
UnRAR: Eliminate static var to make code thread-safe 2020-09-08 10:48:31 +02:00
philsmd
c9c03dd191
UnRAR: Use our own buffers and memory allocations 2020-09-08 10:46:44 +02:00
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
cfreal
04a87d73c2 Changed mode from 4720 to 4510 2020-09-05 20:11:09 +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
cfreal
58f02c7119 Implement sha1(sha1($pass).$salt) kernel. 2020-08-28 11:36:08 +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
Your Name
0c4c4d042e added example of how not to do printf 2020-08-26 22:35:00 +02:00
Your Name
91d2cbead7 add --force to the CLI example in the dev guide 2020-08-26 22:33:43 +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