Commit Graph

157 Commits (4aadb3a2f12507b70b54fe10b9ae6fa144da2fcd)

Author SHA1 Message Date
Jens Steube ed7d58b850 Update benchmark hash-mode header visualization
3 years ago
Jens Steube 34064bbae8
Update main.c
3 years ago
TheWorkingDeveloper 9c0655dc83
Align formatting
3 years ago
Jens Steube 33a2b17b61 Fix some memory leaks in case hashcat aborts due to command line parameter settings
3 years ago
Jens Steube ea5ddee6e2 Add autotune event to inform the user about autotune is starting/stopping on startup
3 years ago
Jens Steube 90f0e78b5b Add event about autodetection process start
3 years ago
Jens Steube 7fc0ac4ef1 Do not initialize backend devices in case --id is used and some bug fixes
3 years ago
Royce Williams 7bea7ca177 tighten output to be physical-terminal friendly
3 years ago
Jens Steube 58ffef4580 Performance Monitor: Add -S as a user suggestion to improve cracking performance in specific attack configurations
3 years ago
Jens Steube 057de100d9
Merge pull request #2645 from n8x0b7T/master
3 years ago
Chick3nman 793dff4d53 Fix typo in warning message
3 years ago
Jens Steube 56f47cabe2 Fixed race condition in potfile check during removal of empty hashes
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
JandJ101 74523ef74b Improve vocablulary
3 years ago
Jens Steube 04d5e5a119 New Attack-Mode: Association Attack. Like JtR's single mode. Very early
4 years ago
philsmd ee5bce1c3e
fixes #2518: call clear_prompt () more often to avoid misaligned prompt
4 years ago
Royce Williams b09bebae3c make 'Applicable optimizers' less ambiguous
4 years ago
philsmd 11f3c8c285
fixes #2424: only print EOL in case of non-binary hash file
4 years ago
philsmd c826558b49
fixes #2271: added --brain-server-timer for scheduled backup time
4 years ago
Jens Steube f152f6a16c Fix missing --quiet check in password/salt min/max info on startup
5 years ago
Jens Steube 588e0ed294 Show information about minimum and maximum password- and salt-length before the hash parser starts
5 years ago
Rosen Penev 98e17d5774
Run through clang-tidy's readability-uppercase-literal-suffix
5 years ago
Gabriele Gristina 7e7acb0ee8 (main) remove unused *rc* vars and cleanup
5 years ago
Gabriele Gristina 4b871646fe fix some memory leaks
5 years ago
Gabriele Gristina 3d39d2fc91 update all HCFILE vars and related code
5 years ago
Gabriele Gristina 3161aec3da fix the comments :)
5 years ago
Gabriele Gristina e22e1c29b3 remove useless gzip handling in main_log_* functions
5 years ago
Gabriele Gristina 5d3ed3e754 Remove union from HCFILE, using std file ops in ocl_check_dri, remove debug comments
5 years ago
Gabriele Gristina c2e634c426 switch is_gzip from short to bool
5 years ago
Gabriele Gristina 481c752456 No more compress functions, update example.dict.gz, remove some comments
5 years ago
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing
5 years ago
Gabriele Gristina b2529af172 remove original commented code
5 years ago
Gabriele Gristina 6cb4abd526 Add zlib support v2
5 years ago
Jens Steube d378aa7ab9 Show host memory requirement on startup
5 years ago
Jens Steube 3c4f4df771 Rename some more variables
5 years ago
Jens Steube 4b986de5fb Prepare native CUDA hybrid integration
5 years ago
jsteube 708a86fb59 Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes
5 years ago
Royce Williams 2a739a86ae rewrap --keep-guessing language for console width
5 years ago
Jens Steube 5e6f5c31de
Merge pull request #1952 from Chick3nman/master
5 years ago
jsteube 4653447dfa Update startup message with informations on using pure OpenCL kernel
5 years ago
Chick3nman e8b81657d7
Add warning message for --keep-guessing
5 years ago
jsteube 0186f025d3 Add support for hash modules to usage.c
5 years ago
jsteube 3cce072f40 Get rid of strhashtype()
6 years ago
Jens Steube 06b39dc3d5 Startup: Show OpenCL runtime initialization message (per device)
6 years ago
Jens Steube 2aff01b20e Hardware Monitor: Renamed --gpu-temp-abort to --hwmon-temp-abort
6 years ago
Jens Steube 344ea5b36d Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore
6 years ago
Jens Steube d6fe2c7cd4 The hashcat brain
6 years ago
Jens Steube adb1686b9a Override --quiet and show final status screen in case --status is used
6 years ago
philsmd 73ed017daf
stdin: add read timeout checks (abort if no input for a long time)
6 years ago