Commit Graph

637 Commits (master)

Author SHA1 Message Date
jsteube b906a145ca Initialize new dynamicx type in autodetect_hashmode_test()
6 months ago
jsteube e55b331058 Refactor potfile_disable variable to just putfile, same idea as outfile_autohex variable
7 months ago
jsteube 1255afb55c Refactor deprecated_check_disable variable to just deprecated_check, same idea as outfile_autohex variable
7 months ago
jsteube 8679512385 Fix some ordering in hashcat_init()
8 months ago
jsteube 8fbecc00cc Fix some ordering in hashcat_destroy()
8 months ago
Andras Gemes d886933c54
Fix comment typos in hashcat.c
1 year ago
Jens Steube 225d67c09b
Merge pull request #3609 from gemesa/skip-limit-stdout
1 year ago
Andras Gemes 5bbd06425f
Fixes hashcat#3580: bug in --skip/--limit w/ --stdout
1 year ago
justpretending 8f030b4915 Prevent user from using -m and --stdout together
1 year ago
philsmd 67585eb470
fix comment for combinator_ctx_init () call
2 years ago
Jens Steube 8973f2beca Add more RC_FINAL_ enum types
2 years ago
Jens Steube 613c863f1d Prepare an enum type to represent the final return codes
2 years ago
Jens Steube 93d40beb17 Status Code: Add specific return code for self-test fail (-11)
2 years ago
Jens Steube 7b36d7ebf8 Fixed autodetect memory allocation for temporary hashes for LUKS v1 (legacy) in --identify mode
2 years 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
Jens Steube bf0ffa66d7 Abstract access to digests_done_new via API
2 years ago
Konrad Goławski b00ea483af New VeraCrypt modules
2 years ago
Dávid Bolvanský 50aea559c5 added device type
2 years ago
Dávid Bolvanský 100cd5fea4 status-json: also print device name
2 years ago
Chick3nman 808e6fff2b Prepare "Net New" value for status, test initial status message format
2 years ago
Gabriele Gristina f13948d14c Merge remote-tracking branch 'origin/master' into updated_moduleUnstableWarnings_and_statusCodes
2 years ago
Gabriele Gristina a1ced24564 Fixed bug on benchmark engine, add some unstable warnings, updated negative status code
2 years ago
Gabriele Gristina 10fa1434ca Updated status code: set -10 for autotune failure
2 years ago
Gabriele Gristina 6175459b0a
Merge branch 'hashcat:master' into autotune_error_handling
2 years ago
Gabriele Gristina 7650894e02 fixed bug in benchmark engine, updated negative status code
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
Miezhiko 0d5aed883b
Fix compilation without brain
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 330ad34f17 Fixed unintentional overwriting of the --quiet option in benchmark and speed-only mode
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 dcaba1f473 Brain: Add brain_ctx_t to hashcat_ctx_t to enable runtime check if hashcat was compiled with brain support
3 years ago
Jens Steube 90f0e78b5b Add event about autodetection process start
3 years ago
Jens Steube 2c48bba62d Autodetect: Limit the number of errors per hash-mode try to 100 to avoid long startup time
3 years ago
Jens Steube 7e267b9b37
Merge pull request #2825 from matrix/hwmon_osx_v2
3 years ago
Gabriele Gristina 3a6481da4e show all fans in hwmon output
3 years ago
Xanadrel 0d79250fea Fix memory leak with status (with brain enabled)
3 years ago
Jens Steube 7fc0ac4ef1 Do not initialize backend devices in case --id is used and some bug fixes
3 years ago
Gabriele Gristina a25db47215 updated output messages for identify functionality
3 years ago
Gabriele Gristina 340e8d1033 fix identify functionality
3 years ago
Gabriele Gristina 3c6f4b0e69 add identify/autodetect-only option
3 years ago
Royce Williams 7bea7ca177 tighten output to be physical-terminal friendly
3 years ago
Royce Williams 3a24fb46e2 tighten wording for new auto-detect of hash-mode
3 years ago
Gabriele Gristina b8ae1444de skip autodetect if benchmark is enabled, keep table sorting like usage
3 years ago
Gabriele Gristina 75d135bf7d fix for autodetect (1)
3 years ago
Gabriele Gristina ced9b0c6f8 Added new feature: autodetect hash-mode
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 56f47cabe2 Fixed race condition in potfile check during removal of empty hashes
3 years ago
Jens Steube 02e2ef63fb Fixed unresolvable relative paths in hashcat.log
4 years ago
philsmd 541ef659aa
fixes #2465: --stdout should return status code 0
4 years ago