1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
Commit Graph

8220 Commits

Author SHA1 Message Date
Jens Steube
edae3db725
Merge pull request #3140 from matrix/metal_prepare_kernelIncludes_v2
Refactored standard kernel includes in order to support Apple Metal runtime, updated backend, test units and status code
2022-02-03 18:17:17 +01:00
Jens Steube
bf8f14669b Fix docs/changes.txt wording 2022-02-02 16:34:10 +01:00
Gabriele Gristina
f21ae3219c
Merge branch 'master' into metal_prepare_kernelIncludes_v2 2022-02-02 07:33:45 +01:00
Jens Steube
d4b7663d19 Fix warning on Linux
```
src/terminal.c: In function ‘backend_info’:
src/terminal.c:821:10: warning: unused variable ‘hw_model_len’
[-Wunused-variable]
  821 |   size_t hw_model_len = 0;
      |          ^~~~~~~~~~~~
```
2022-02-01 18:22:54 +01:00
Jens Steube
b37cd4dd08
Merge pull request #3148 from matrix/backendInfo_add_sysinfo
Padding backend_info() output, updated changes.txt
2022-01-31 18:38:35 +01:00
Gabriele Gristina
c2cbb2938a Padding backend_info() output, updated changes.txt 2022-01-30 19:49:23 +01:00
Jens Steube
1998379f7f
Merge pull request #3147 from philsmd/master
tests: cleanup and module dependencies fix
2022-01-30 16:46:49 +01:00
philsmd
6ca37c5a94
tests: cleanup and module deps fix 2022-01-30 10:35:51 +01:00
Jens Steube
e971a6e095
Merge pull request #3146 from matrix/backendInfo_add_sysinfo
Added generic system info to backend_info()
2022-01-29 19:24:19 +01:00
Gabriele Gristina
3ce57b5d2a Added generic system info to backend_info() 2022-01-29 08:15:28 +01:00
Gabriele Gristina
cd363b32f6
Merge branch 'master' into metal_prepare_kernelIncludes_v2 2022-01-28 19:56:26 +01:00
Jens Steube
86b4abde9a Fixed changes.txt ordering 2022-01-28 17:09:52 +01:00
Jens Steube
b8a2853be0
Merge pull request #3142 from matrix/appleSilicon_universalBinary
Added support to building Universal macOS binary on Apple Silicon
2022-01-27 16:26:17 +01:00
Jens Steube
ecb78a6ffd
Merge pull request #3141 from matrix/updated_moduleUnstableWarnings_and_statusCodes
Fixed bug on benchmark engine, add some unstable warnings, updated negative status code
2022-01-26 13:37:10 +01:00
Jens Steube
a60c4a2033
Merge branch 'master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-26 13:37:02 +01:00
Jens Steube
c39829f231 Cleaned up some changes.txt entries 2022-01-25 14:44:27 +01:00
Gabriele Gristina
0f8629dc83
Merge branch 'hashcat:master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-24 07:37:12 +01:00
Gabriele Gristina
e15df9dac9 push back changes on changes.txt and status_codes.txt 2022-01-24 07:35:46 +01:00
Gabriele Gristina
f13948d14c Merge remote-tracking branch 'origin/master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-24 07:32:41 +01:00
Gabriele Gristina
9066a714a0 restore changes.txt and status_codes.txt 2022-01-24 07:32:07 +01:00
Jens Steube
b444958462
Merge pull request #3143 from lorenzobilli/hctune-update
Added Nvidia 16 series and latest 30s to hctune
2022-01-24 07:24:59 +01:00
Gabriele Gristina
e5237a0ad2
Merge branch 'hashcat:master' into metal_prepare_kernelIncludes_v2 2022-01-24 07:13:51 +01:00
Lorenzo Billi
07a5cae4fd Added Nvidia 16 series and latest 30s to hctune 2022-01-23 18:34:49 +01:00
Jens Steube
adef885dcd
Merge pull request #3105 from matrix/autotune_error_handling
Autotune: Added error handling
2022-01-23 18:05:03 +01:00
Gabriele Gristina
e8fc803cdd Updated includes on hash-type 28600 kernel source 2022-01-23 14:18:02 +01:00
Gabriele Gristina
d9c93cd3f3 Updated status code handling on test.sh (added autotune failure) 2022-01-23 00:15:05 +01:00
Gabriele Gristina
0bb2f8ebe4
Merge branch 'hashcat:master' into autotune_error_handling 2022-01-23 00:08:22 +01:00
Gabriele Gristina
743c12b858 Updated credits 2022-01-22 23:49:02 +01:00
Gabriele Gristina
07240ada8b Added support to building Universal macOS binary on Apple Silicon 2022-01-22 23:08:18 +01:00
Gabriele Gristina
01a28f80f7 Updated handling of POCL's known bugs 2022-01-22 22:40:18 +01:00
Gabriele Gristina
2c0b4cd20a
Merge branch 'hashcat:master' into metal_prepare_kernelIncludes_v2 2022-01-22 21:06:02 +01:00
Gabriele Gristina
0525f434e8
Merge branch 'master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-22 18:52:57 +01:00
Jens Steube
d85f86373c
Merge pull request #3113 from matrix/apple_gpu_modules_native_threads
Set native_threads to 32 with Apple GPU's on multiple hash modules
2022-01-22 18:26:26 +01:00
Gabriele Gristina
a1ced24564 Fixed bug on benchmark engine, add some unstable warnings, updated negative status code 2022-01-22 12:10:09 +01:00
Gabriele Gristina
10fa1434ca Updated status code: set -10 for autotune failure 2022-01-21 20:28:13 +01:00
Gabriele Gristina
6175459b0a
Merge branch 'hashcat:master' into autotune_error_handling 2022-01-21 20:26:10 +01:00
Gabriele Gristina
f38aff1497 Hash-Mode 13100: set native_threads to 32 with Apple GPU's 2022-01-21 20:01:58 +01:00
Gabriele Gristina
c061f02d27 Hash-Mode 10500: set native_threads to 32 with Apple GPU's 2022-01-21 20:01:04 +01:00
Gabriele Gristina
819cbe77b0 Hash-Mode 7500: set native_threads to 32 with Apple GPU's 2022-01-21 20:00:06 +01:00
Jens Steube
e2eacb4dd3
Merge pull request #3138 from b0lek/PostgreSQL_SCRAM
Adding PostgreSQL SCRAM-SHA-256 hash mode - #3038
2022-01-21 17:42:15 +01:00
Gabriele Gristina
0180b29390
Merge branch 'master' into apple_gpu_modules_native_threads 2022-01-20 21:52:58 +01:00
b0lek
b1e0434bd7 changed mode number to 28600 2022-01-20 19:31:09 +01:00
Jens Steube
0c91f6fc01
Merge pull request #3127 from b0lek/hex_separator
Added hex format for --separator option
2022-01-20 17:03:27 +01:00
Jens Steube
1c68b701fd
Merge pull request #3132 from matrix/updated_testUnit_optSaltMax
Fixed Unit Test salt-max in case of optimized kernel, with hash-type 22 and 23
2022-01-19 14:10:05 +01:00
Jens Steube
88726a92b0
Merge branch 'master' into updated_testUnit_optSaltMax 2022-01-19 14:09:55 +01:00
Gabriele Gristina
2e4a136758 Refactored standard kernel includes in order to support Apple Metal runtime, updated backend, test units and status code 2022-01-18 22:52:14 +01:00
Jens Steube
20eb81fba4
Merge pull request #3133 from matrix/updated_TestUnit_handlingWiteSpaceInPath
Fixed Unit Test false negative if there are spaces in the filesystem path to hashcat
2022-01-18 18:58:25 +01:00
Jens Steube
d565fb9c04
Merge branch 'master' into updated_TestUnit_handlingWiteSpaceInPath 2022-01-18 18:58:19 +01:00
Jens Steube
ba004c3aec
Merge pull request #3139 from philsmd/philsmd-patch-1
remove unnecessary perl modules from Exodus tests
2022-01-18 18:57:29 +01:00
philsmd
3c5b28e007
remove unnecessary perl modules from Exodus tests 2022-01-18 16:20:45 +01:00