Commit Graph

1096 Commits (5e69729f1e900c108de2d773504891279a3e5384)

Author SHA1 Message Date
Gabriele Gristina 516f7588f1 Updated Unit Test
2 years ago
Gabriele Gristina c48f044fb7 Fixed false negative on Unit Test with hash-type 25400
2 years ago
Gabriele Gristina b2499211b3
Merge branch 'master' into apple_updated_Makefile
2 years ago
Jens Steube 56ef2b4bde
Merge pull request #3102 from matrix/backend_cuda_restyle
2 years ago
Jens Steube 6d2d865830 Fixed handling of password candidates that are shorter than the minimum password length in Association Attack
2 years ago
Jens Steube 045ca5cb7a Fixed method how OPTS_TYPE_AUX* kernels are called in association mode, for instance WPA/WPA2 kernels
2 years ago
Jens Steube 668d2179cd Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes
2 years ago
Gabriele Gristina 80f0dff8fb Makefile: updated MACOSX_DEPLOYMENT_TARGET to 10.15 and removed OpenCL framework from LFLAGS_NATIVE on MacOS
2 years ago
Gabriele Gristina f8ceb8785e CUDA Backend: moved functions to ext_cuda.c/ext_nvrtc.c and includes to ext_cuda.h/ext_nvrtc.h
2 years ago
Gabriele Gristina 78c7ee2af6 HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h
2 years ago
Jens Steube 656ed048f0
Merge pull request #3086 from matrix/backend_opencl_restyle
2 years ago
Jens Steube 8867da9122 Add missing unit test and docs entry for -m 21420
2 years ago
Gabriele Gristina 26b6054cab OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h
2 years ago
Gabriele Gristina c014dc0c34 Updated test.sh
2 years ago
Jens Steube 7df672683a
Merge branch 'master' into unit_tests_update
2 years ago
Gabriele Gristina 861e644057 OpenCL Backend: added workaround to make optimized kernels work on Apple Silicon
2 years ago
Jens Steube 806257f2e6
Merge pull request #3068 from matrix/backend_info_add_localMemory_size
3 years ago
Jens Steube f1bcb6e059
Merge pull request #3067 from b0lek/master
3 years ago
Jens Steube 0d304b68f1 Added hash-mode: Teamspeak 3 (channel hash)
3 years ago
Gabriele Gristina 1b68d333a8 Unit tests: Updated test.sh to set default device-type to CPU with Apple Intel, force pure kernel with Apple Silicon and add -f (--force) option
3 years ago
Gabriele Gristina 450f9549b4 Backend Info: Added local memory size to output
3 years ago
b0lek f4edcc33eb
updating recent two changes
3 years ago
Jens Steube 8b61f60e86
Merge pull request #3058 from matrix/apple_m1_final
3 years ago
Gabriele Gristina b53624d0a3 update changes and credits
3 years ago
Jens Steube bf865d8bff Added hash-mode: Exodus Desktop Wallet (scrypt)
3 years ago
Jens Steube acc592e963 Added support to use --debug-mode in attack-mode 9 (Association Attack)
3 years ago
Jens Steube 8b9fa631ce Fixed missing option flag OPTS_TYPE_SUGGEST_KG for hash-mode 11600 to inform the user about possible false positives in this mode
3 years ago
Jens Steube 4dc98b334a Fixed undefined function call to hc_byte_perm_S() in hash-mode 17010 on non-CUDA compute devices
3 years ago
Jens Steube 3d53188cc3 Tuning Database: Added a warning if a module implements module_extra_tuningdb_block but the installed computing device is not found
3 years ago
Jens Steube 964cff951f Fixed functional error when nonce-error-corrections that were set on the command line in hash-mode 22000/22001 were not accepted
3 years ago
Jens Steube 5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
3 years ago
Jens Steube d5d09df75c Association Attack: Enable module specific pw_min and pw_max settings to avoid false positives in -a 9 attack-mode
3 years ago
Jens Steube 5389adff81 Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used
3 years ago
Jens Steube c5637b8dc0 Unset PRODUCTION option
3 years ago
Jens Steube fe1d3f95bb hashcat 6.2.5
3 years ago
Jens Steube eb4b9d8c99 Electrum Wallet: Added new entropy-based check to test whether the decryption was successful or not
3 years ago
Chick3nman f61362e205
Update changes.txt spelling/phrasing
3 years ago
Jens Steube d2ccd96da6 Added hash-mode: Windows Hello PIN/Password
3 years ago
Jens Steube 21f91c5bb8 Module Optimizaters: Added OPTS_TYPE_MAXIMUM_THREADS to deactivate the else branch route in the section to find -T before compilation
3 years ago
Gabriele Gristina 9be7bc71a5 OpenCL Backend: added workaround to support Apple Silicon
3 years ago
Jens Steube 4bafdfc3e6
Merge pull request #3017 from Chick3nman/master
3 years ago
Jens Steube b768f96228 Device Threads: The default maximum device thread number has been reduced from 1024 to 256, users can still overwrite with the -T option
3 years ago
Chick3nman 6ec1594060
Update changes.txt
3 years ago
Jens Steube db3bc8eca2 Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)
3 years ago
Jens Steube f84aca82ca Backend types: The default filter for the device types is now set so that only the GPU is used, except for APPLE, where we set CPU
3 years ago
Jens Steube aee8e559c4 PDF Kernel (10700): Improved performance on AMD GPU by using shared memory for the scratch buffer and disable inlining to save spilling
3 years ago
Jens Steube 1d33b57144 PDF 1.7 Kernel: Improved performance on AMD GPU by using shared memory for the scratch buffer
3 years ago
Jens Steube 139ace28a9 Fixed out-of-boundary reads in hash-mode 22400 (AES Crypt) kernel
3 years ago
Jens Steube 49a68cd6c1 AMD Driver: Updated requirements for AMD Linux drivers to ROCm 4.5 or later due to new HIP interface
3 years ago
Jens Steube d6f8f3089a Added hash-mode: CRC64Jones
3 years ago