Commit Graph

227 Commits (master)

Author SHA1 Message Date
jsteube e15169bd49 Fix allocation buffer for --dynamic-x in hashes_init_stage2()
6 months ago
jsteube 810c65f908 Fix some warning about --dynamic-x in hashes_init_stage1()
6 months ago
jsteube d7bcc76b92 Add dynamic-x info to to save_hash()
6 months ago
jsteube 9269229c03 Fix some variable names and types related to dynamic-x support in hashes.c
6 months ago
Arseniy Sharoglazov 5f434cc338 Removed a duplicate line in hashes.c
9 months ago
justpretending b2f14f2f5d Fix some typos
10 months ago
jsteube 0aaf19eade Fix https://github.com/hashcat/hashcat/issues/3641
1 year ago
Jens Steube c884a5d02f Logfile: Write per-session "recovered new" value to logfile
2 years ago
Jens Steube a52b70d1c5 Refactored Recovered.New... handling
2 years ago
philsmd 534acbacea
warning about token length exception was showing incorrect values/percentage
2 years ago
Jens Steube 5977edb1d2 Added user advice if a hash throws 'token length exception'
2 years ago
Gabriele Gristina 3064c63c71 User Options: Change --backend-info/-I option type, from bool to int
2 years ago
Gabriele Gristina 490702fcfa Backends: added Metal host-code
2 years ago
Jens Steube 5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
2 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 6b485dd3fd
Merge pull request #2934 from jtojanen/fix_extra_tmp_size
3 years ago
Jukka Ojanen 5c0820b8d3 Assume hashconfig->tmp_size is the element size
3 years ago
Gabriele Gristina b61852675f Fixed segfault in potfile_handle_show()
3 years ago
Jens Steube cb69e2d413 Added some HIP version checks, fall back to OpenCL automatically
3 years ago
Jukka Ojanen 62a06f735f kernel_memset32(): assume offset and size are bytes, not elements
3 years ago
Jukka Ojanen 1ee222d43f Replace free() with hcfree()
3 years ago
Jukka Ojanen e154f9e781 Few cleanups
3 years ago
Jukka Ojanen c3195d0603 Merge branch 'master' of https://github.com/hashcat/hashcat
3 years ago
Jukka Ojanen c48e6a25a8 Enqueue several commands before clFlush()
3 years ago
Jukka Ojanen 9ed231c99c Add comment to blocking OpenCL calls
3 years ago
Jukka Ojanen 5dbe4958b8 Remove digests_shown_tmp buffer, used in check_cracked() to zero out hashes
3 years ago
Jukka Ojanen e8be7028cd Handle errors inside check_cracked()
3 years ago
Jukka Ojanen be33ccaa6c check_hash() needs to return value to indicate possible error
3 years ago
Jukka Ojanen d7de3550b1 Add fast event for CUDA and HIP, and use it to synchronize check_hash()
3 years ago
Jukka Ojanen 73b8cda176 Avoid unnecessary memcpy in check_hash()
3 years ago
Jukka Ojanen 43a3622a77 Add necessary synchronization to check_hash() and check_cracked()
3 years ago
Jukka Ojanen 507d40fff6 Allow async execution of check_hash() and check_cracked()
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 1b84a9e53b Add missing backports from code base v6.2.2
3 years ago
Jens Steube fb081947e1 Fixed access to filename which is a null-pointer in benchmark mode
3 years ago
Jens Steube 96df73dee4
Merge pull request #2646 from Slattz/master
3 years ago
Jens Steube 33d95348f5 Update patch
3 years ago
Jens Steube db57497e8f Prevent unit test of -m 3000 to generate zero hash. This confuses test.sh validator
3 years ago
Jens Steube 56f47cabe2 Fixed race condition in potfile check during removal of empty hashes
3 years ago
Dávid Bolvanský 430b8b17c1 Machine readable mode for show hash feature
3 years ago
Jens Steube 1323ef3a82 Support loading hash from command line in -m 22000 and -m 22001
3 years ago
Gabriele Gristina 77e328d659 Removed option --example-hashes, now is an alias of --hash-info
3 years ago
Gabriele Gristina 3ed1f0d840 Added new option: --hash-info
3 years ago
Slattz e5f2a877a5 Fix --keep-guessing mode
3 years ago
Jens Steube 04d5e5a119 New Attack-Mode: Association Attack. Like JtR's single mode. Very early
4 years ago
philsmd 437e9aa3d1
allow --left and -o work with binary hash files
4 years ago
Jens Steube 4aaec30ada
Merge pull request #2404 from philsmd/master
4 years ago
Jens Steube 84d3981e7b Add returncode PARSER_HAVE_ERRNO as a valid returncode from module_hash_binary_count() and module_hash_binary_parse() module hooks. You can use this in case fopen() fails and you want to transport back the original error from the OS
4 years ago
Jens Steube 1dc3469f6e
Merge pull request #2372 from mpalmer/binary-parse-report-error
4 years ago
philsmd d1c3274965
use our safe free () wrapper hcfree whenever possible
4 years ago