Commit Graph

1346 Commits (8d6622ce80cb82b64dfdfe24458797d4088c9e46)

Author SHA1 Message Date
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 3802adff7e Autotune: Added error handling. By default skipping device on error, with --force using accel/loops/threads min values instead
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 dd3161949c
Update license.txt
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
2 years ago
Jens Steube f1bcb6e059
Merge pull request #3067 from b0lek/master
2 years ago
Jens Steube 5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS
2 years ago
Jens Steube 0d304b68f1 Added hash-mode: Teamspeak 3 (channel hash)
2 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
2 years ago
Gabriele Gristina 450f9549b4 Backend Info: Added local memory size to output
2 years ago
b0lek f4edcc33eb
updating recent two changes
2 years ago
Jens Steube 8b61f60e86
Merge pull request #3058 from matrix/apple_m1_final
2 years ago
Gabriele Gristina b53624d0a3 update changes and credits
2 years ago
Jens Steube bf865d8bff Added hash-mode: Exodus Desktop Wallet (scrypt)
2 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 69788cd10d Add note about the new module_hash_decode_postprocess() function to plugin developer guide
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 6d46185488 Add some description for OPTS_TYPE_BINARY_HASHFILE_OPTIONAL in developer guide
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 1458f8fa8d Update hashcat-plugin-development-guide.md with new OPTS_TYPE_* flags
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 44a5e2a1c2
Merge pull request #3011 from llamasoft/patch-1
3 years ago
Marcus T 2a8e1ab72f
Replace placeholder with actual example modules
3 years ago
Marcus T f225d07fa5
Add documentation about the 04|08|16 fast kernels
3 years ago
Jens Steube 552e58f3a8 Synchronize -m 25400 hash name entries of module and readme.txt
3 years ago
Jens Steube d6f8f3089a Added hash-mode: CRC64Jones
3 years ago
Jens Steube 07e58631a5 Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
3 years ago
Jens Steube d34616c423 Added hash-mode: CRC32C
3 years ago
Jens Steube 5e48f2a552 Fixed invalid handling of initialization value for -m 11500
3 years ago
Slattz c717821f84 Add MurmurHash3 module
3 years ago
Jens Steube bd2cde31ae Back-end devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
3 years ago
Jens Steube 4ef1509bc7 Backend Devices: Reduce maximum workitems limited derived from available host memory down from to 8GB to 4GB per backend device
3 years ago
Jens Steube 01365ba471 Update hashcat discord address in contact.txt
3 years ago
Jens Steube db8de70ac8
Merge pull request #2988 from matrix/metamask_big
3 years ago
Gabriele Gristina 70269ce556 update changes.txt
3 years ago
Jens Steube dbefc7e60e Fixed strategy for eliminating hashes with zero length in LM when multiple hashes contain a zero hash
3 years ago
Jens Steube b7c547823e Add changes entry for missing entries for -m 25600 and -m 25800
3 years ago
Jens Steube aea0071b58
Merge pull request #2965 from philsmd/master
3 years ago
philsmd 547532d310
fixed changes.txt for MultiBit Classic .wallet (27700)
3 years ago
Jens Steube 721e1ea54d Fixed division by zero because backend_ctx->hardware_power_all was not re-inserted after refactoring device_param->hardware_power
3 years ago
philsmd 8db02091a1 fixes #2674: added -m 27700 = MultiBit Classic .wallet (scrypt)
3 years ago
Jens Steube 8c14fd85ea POCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option
3 years ago
Jens Steube bdd3f27239 Fixed invalid progress counter initialization in attack-mode 9 when using --skip or --restore
3 years ago
Jens Steube aaf26dee98 Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
3 years ago
Jens Steube cb93875c32 Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
3 years ago
Jens Steube 534bfd3172 Fixed out-of-boundary reads in attack mode 9 that were caused by a missing work item limit in the refactored autotune engine
3 years ago
Jens Steube 5769c99686 Unset PRODUCTION option
3 years ago
Jens Steube 4aadb3a2f1 hashcat 6.2.4
3 years ago
Jens Steube 6de5e9058d Add missing entries in docs/changes.txt from commits
3 years ago
Jens Steube b4b2195fa5 OpenCL Runtime: The use of clUnloadPlatformCompiler () was disabled after some users received unexpected return codes
3 years ago
Jens Steube 330ad34f17 Fixed unintentional overwriting of the --quiet option in benchmark and speed-only mode
3 years ago
Jens Steube 76e388ea47 Memory Management: Check in OpenCL that CL_DEVICE_HOST_UNIFIED_MEMORY is true and if so, then half of the available memory
3 years ago
Jens Steube 9254603960 Fixed out-of-boundary read in PKZIP masterkey kernel if the password candidate has length zero.
3 years ago
Jens Steube 49117745cf STDIN Interface: Disable the --stdin-timeout-abort check after 1000 successful reads from stdin
3 years ago
Jens Steube 2c9e8ca25c Put team-hashcat repository link to docs/team.txt
3 years ago
Jens Steube 05f107cbe5 Added option --generate-rules-func-sel to specify a pool of operators that the random rule generator is allowed to pick from
3 years ago
Jens Steube 2ca13fb450
Merge pull request #2884 from matrix/vbox
3 years ago
Jens Steube c158d55e6b
Fix description of the fix done in potfile_handle_show()
3 years ago
Gabriele Gristina b61852675f Fixed segfault in potfile_handle_show()
3 years ago
Gabriele Gristina 75d3d5503d merge master
3 years ago
Jens Steube b386ab1c27
Merge pull request #2882 from matrix/vmware_vmx
3 years ago
Jens Steube f72f2b0f09 Encoding: Truncate password candidates in UTF8 -> UTF16 conversion if it contains an invalid UTF8 byte sequence
3 years ago
Jens Steube 577fada1de Add link to new hashcat discord
3 years ago
Jens Steube caca54b0c6 Deprecated Plugins: Marked plugins 2500/2501 and 16800/16801 as deprecated
3 years ago
Jens Steube 01738fafa0 Deprecated Plugins: Add new module function module_deprecated_notice() to mark a plugin as deprecated and to return a free text user notice
3 years ago
Jens Steube 1d50a18a2b Update docs/teams.txt
3 years ago
Jens Steube 70f1e16a0d Improved error message in case a module is using outdated function structure
3 years ago
Jens Steube f9f3d5bbd8
Merge pull request #2924 from matrix/snmpv3_opts_if
3 years ago
Jens Steube cb69e2d413 Added some HIP version checks, fall back to OpenCL automatically
3 years ago
Gabriele Gristina 951ca699cf with SNMPv3, follow optimized logic path with pw_len <= 64, update changes/readme entries
3 years ago
Jens Steube 3c1542b0b1
Merge branch 'master' into fix_15300_bof
3 years ago
Jens Steube 1ee1a2278a
Merge branch 'master' into fix_15900_bof
3 years ago
Jens Steube 7f16921d8b
Merge pull request #2916 from philsmd/7zip_long_data
3 years ago
Jens Steube 9e077575c6
Merge branch 'master' into fix_24700_bof
3 years ago
Jens Steube a440a4dee5
Merge branch 'master' into fix_25500_bof
3 years ago
Jens Steube 6bcbc218d6 Fixed out-of-boundary read in input_tokenizer() if the signatures in the hash line is longer than the constant signature in the plugin
3 years ago
Jens Steube f4e52ca533 Add new rule function '3' to switch the case of the first letter after occurrence N of char X
3 years ago
Gabriele Gristina 89234a5c7c Fixed buffer overflow in Stargazer Stellar Wallet XLM module
3 years ago
Gabriele Gristina 4869e2a9d1 Fixed buffer overflow in Stuffit5 module
3 years ago
Gabriele Gristina a847a4c84b Fixed multiple buffer overflow in DPAPI masterkey file v2 module
3 years ago
Gabriele Gristina ca896f89bc Fixed multiple buffer overflow in DPAPI masterkey file v1 module
3 years ago
Jens Steube bb1ead3b01
Merge branch 'master' into snmpv3_sha256
3 years ago
Jens Steube 8801855b14
Merge branch 'master' into snmpv3_sha224
3 years ago
philsmd 92dfa7e137 Increase buffer sizes for -m 11600 = 7-Zip
3 years ago
Jens Steube 03ed06849a
Merge branch 'HIP44' into master
3 years ago
Jens Steube a4299b74af Memory Management: Refactored the code responsible for limiting kernel accel in order to avoid out of -host- memory situations
3 years ago
Jens Steube 9c0a37accf Update driver requirement
3 years ago
Jens Steube ae39fa0979
Merge pull request #2908 from hashcat/master
3 years ago
Jens Steube 25f1c12e3c SCRYPT Kernels: Add more optimized values for some new NV/AMD GPUs and new semi-automated derivation process description
3 years ago
Jens Steube 532a154542 ADL: Updated support for AMD Display Library to 15.0, updated datatypes and added support for OverDrive 7 and 8 based GPUs
3 years ago
Jens Steube f6de3e61e0
Merge pull request #2906 from hashcat/master
3 years ago
Jens Steube e627288c04
Merge pull request #2897 from matrix/snmpv3_md5_sha1
3 years ago
Jens Steube 7f419c68af Blowfish Kernels: Backport optimizations reducing bank conflicts from bcrypt to Password Safe v2 and Open Document Format (ODF) 1.1
3 years ago
Jens Steube f3f6cfadb7 Password Safe v2: Backport optimizations reducing bank conflicts in bcrypt
3 years ago
Jens Steube b66c093c17
Merge pull request #2902 from hashcat/master
3 years ago
Jens Steube 1e3bd2c8a0 AMD GPUs: Add inline assembly code for md5crypt/sha256crypt, PDF 1.7, 7-Zip, RAR3, Samsung Android and Windows Phone 8+
3 years ago
Jens Steube 84a4058edf
Merge pull request #2900 from hashcat/master
3 years ago
Gabriele Gristina 58bb2b69b4 Added hash-mode: SNMPv3 HMAC-SHA256-192
3 years ago
Gabriele Gristina 7683ca19a3 Added hash-mode: SNMPv3 HMAC-SHA224-128
3 years ago
Gabriele Gristina 7c8d7f7831 Added hash-mode: SNMPv3 HMAC-MD5-96/HMAC-SHA1-96
3 years ago
Gabriele Gristina 4f10377703 Added hash-mode: SNMPv3 HMAC-MD5-96
3 years ago
Jens Steube 5e0f7ecf00
Merge pull request #2889 from matrix/snmpv3_sha1
3 years ago
Jens Steube 5ffcaa980d HIP Backend: Added support to support HIP 4.4 and later, but added check to rule out older versions because they are incompatible
3 years ago
Jens Steube f9e74045b5 Commandline: Throw an error if separator character given by the user with -p option is not exactly 1 byte
3 years ago
Jens Steube 5024865d87 Kernel Threads: Use warp size / wavefront size query instead of hardcoded values as base for kernel threads
3 years ago
Jens Steube a09efb2634 SCRYPT Kernels: Add more optimized values for some new NV/AMD GPUs
3 years ago
Jens Steube e83611742d Brain Session: Adds hashconfig specific opti_type and opts_type parameters to hashcat session computation to cover features like -O and -M
3 years ago
Jens Steube c990e252d3 Added option --multiply-accel-disable (short: -M) to disable multiply the kernel-accel with the multiprocessor count automatism
3 years ago
Jens Steube a7a899e5a4 Backport changes from #2888 to HIP backend
3 years ago
Gabriele Gristina 7ea5da51a8 Added hash-mode: SNMPv3 HMAC-SHA1-96
3 years ago
Jens Steube 7c5fe5e233 Slow Kernels: Set some of the slowest kernels to OPTS_TYPE_MP_MULTI_DISABLE
3 years ago
Jens Steube 777512e862 Fixed false negative in all VeraCrypt hash-modes if both conditions are met: 1. use CPU for cracking and 2. PIM range was used
3 years ago
Jens Steube 9421e1f89d Fixed datatype in function sha384_hmac_init_vector_128() that could come into effect if vector datatype was manually set
3 years ago
Gabriele Gristina 977ceba046 Added hash-modes: VirtualBox (PBKDF2-HMAC-SHA256 & AES-128-XTS) and VirtualBox (PBKDF2-HMAC-SHA256 & AES-256-XTS)
3 years ago
Gabriele Gristina 0b19c4a688 fix m26700_comp, cleanup changes.txt
3 years ago
Jens Steube 261e0f42ab Unset PRODUCTION option
3 years ago
Jens Steube 84082a952e hashcat 6.2.3
3 years ago
Jens Steube 5b9823633b Add missing entry about HIP to docs/changes.txt
3 years ago
Gabriele Gristina eaedfb3f8a fix 26700
3 years ago
Jens Steube 4730cf6e79 WinZip Kernel: Increase supported data length from 8k to 16mb
3 years ago
Gabriele Gristina 50aeaa299d Added hash-mode: VMware VMX (PBKDF2-HMAC-SHA1 + AES-256-CBC)
3 years ago