Commit Graph

7283 Commits (97a8f34251cb9ac1d733c74c53cabf4961063ef9)
 

Author SHA1 Message Date
Jens Steube 97a8f34251 hashcat 6.2.0
3 years ago
Jens Steube 475716e81d Help autotuner to find more stable workload settings for -m 6900 by limiting kernel loops
3 years ago
Jens Steube 774b76efe2 Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 3200 for better performance on NV GPU
3 years ago
Jens Steube 4ce60a6c61 Add module_unstable_warning() entry for -m 21800 using rocr drivers
3 years ago
Jens Steube ec0d1309fe Avoid large buffer allocation on stack in -m 23700 and -m 23800 - it crashes on macOS
3 years ago
Jens Steube 4221bd151c Fixed unterminated salt buffer in -m 23400 module_hash_encode() in case salt was of length 256
3 years ago
Jens Steube a2fcb03fe3 Update AMD GPU check on macOS warning message
3 years ago
Jens Steube ee7fd75efb Update tools/install_modules.sh, no longer need to uninstall pycryptodome
3 years ago
Jens Steube 057bf48924 Fixed unit tests using 'null' as padding method in Crypt::CBC but actually want to use 'none'
3 years ago
Jens Steube 282eb75fe9 Update module_unstable_warning for benchmark long selection on macOS for CPU and GPU; Allow use of GPU without --force testwise
3 years ago
Jens Steube bb402b784a Update module_unstable_warning for benchmark short selection on macOS for CPU and GPU; Allow use of GPU without --force testwise
3 years ago
Jens Steube 3d0e0d5c2d Add some device_local_mem_size checks relevant for devices with only 32k shared memory
3 years ago
Jens Steube bbd6e55968 Add missing null pointer to cuda_module_shared and opencl_program_shared in backend cleanup function
3 years ago
Jens Steube 78a053800f Remove module_unstable_warning() entries for AMD (legacy) driver after workaround with zero check on context length is in use
3 years ago
Jens Steube 9bf0f36d0a Get rid of MAYBE_VOLATILE for context position by replacing it with zero length check
3 years ago
Jens Steube e4dab0f1bf OpenCL Runtime: Workaround JiT compiler segfault on legacy AMDGPU driver compiling RAR3 OpenCL kernel
3 years ago
Jens Steube ff72a8ed21 Remove module_unstable_warning() entries for AMD (legacy) driver after workaround inside UTF16 conversion function is in use
3 years ago
Jens Steube 9813811493 Remove truncation of buffer in hc_enc_next() to workaround AMD JiT compiler (legacy) issue
3 years ago
Jens Steube bb1460d851 Fixed hardware management sysfs readings in status screen (typically ROCm controlled GPUs)
3 years ago
Jens Steube dc4aee6748
Update tested windows version
3 years ago
Jens Steube 8e074481bf
Update tested windows version and add missing package
3 years ago
Jens Steube 286002a8d9 Add note on changed scrypt benchmark parameters in -m 8900
3 years ago
Jens Steube 636d711d5f Update docs/readme.txt with new hash-modes
3 years ago
Jens Steube fe847bd569 Update docs/changes.txt missing entries
3 years ago
Jens Steube 9b7c2f8f5d
Merge pull request #2785 from roycewilliams/master
3 years ago
Royce Williams 8b35ff8f0a changes.txt nits
3 years ago
Jens Steube f011f790e2 Revert accidential rename of module and unit test from -m 21501 to -m 25100
3 years ago
Jens Steube 32b40d5c53 Added command prompt [f]inish to instruct hashcat to finish the current attack and quit afterwards
3 years ago
Jens Steube 7baad686fa
Merge pull request #2571 from ventaquil/master
3 years ago
Jens Steube 6917169a4b
Merge pull request #2624 from matrix/SolarWinds2
3 years ago
Jens Steube 08ed77c15c
Merge branch 'master' into SolarWinds2
3 years ago
Jens Steube 00c87bbc6d
Merge pull request #2658 from matrix/SolarWinds_ServU
3 years ago
Jens Steube 3543094591 Make sure no password candidates get rejected for line length in -a 9 mode
3 years ago
Jens Steube 4930105ce3 Fixes memleak in user_options_check_files()
3 years ago
Jens Steube 5d7dc3cbc1 Fixes memleak in user_options_check_files()
3 years ago
Jens Steube 520d0ae398 Update benchmark_deep.pl with new hash modes added
3 years ago
Jens Steube 2de670d0e4 Make BCRYPT entry for CPU in hashcat.hctune after switch to OPTS_TYPE_MP_MULTI_DISABLE
3 years ago
Jens Steube 5e4dbe205e Add Ellesmere scrypt configuration to hashcat.hctune
3 years ago
Jens Steube 95489b0473 Update module_unstable_warning() for amdgpu-pro-20.50-1234664-ubuntu-20.04 (legacy)
3 years ago
Jens Steube b4f86d2262 Update module_unstable_warning() for -m 21800
3 years ago
Jens Steube bf2064df7f Update module_unstable_warning() for -m 172xx and -m 200xx
3 years ago
Jens Steube 0c2afde83b Add support for clUnloadPlatformCompiler()
3 years ago
Jens Steube 59459d0e5b Fixed memory leak causing problems in sessions with many iterations. for instance, --benchmark-all or large mask files
3 years ago
Jens Steube a02b2ccd5f Fix type of address space of pointer in sha512_hmac_init_global_utf16le_swap()
3 years ago
Jens Steube fb081947e1 Fixed access to filename which is a null-pointer in benchmark mode
3 years ago
Jens Steube 0439f0c4a1 Refactor UTF8 to UTF16 conversion from fixed size to a dynamic size using a context struct. This allows handle buffer sizes of arbitrary length for conversion
3 years ago
Jens Steube db6f93b159 Example of a better UTF8 to UTF16LE encoding in unit test. It allows digesting UTF8 encoded password candidates from the shell in passthrough mode
3 years ago
Jens Steube f8ea1d5e78 Improve performance of test_any_8th_bit() by manually unrolling a few first steps
3 years ago
Jens Steube b7dffd9259 Improve performance for UTF8->UTF16 conversion
3 years ago
Jens Steube 736290151d
Merge pull request #2638 from matrix/20710_fix
3 years ago