Commit Graph

134 Commits (master)

Author SHA1 Message Date
jsteube bf04a158aa Refactor markov_disable variable to just markov, same idea as outfile_autohex variable
7 months ago
Gabriele Gristina 36606addac Help: show supported hash-modes only with -hh
1 year ago
Dávid Bolvanský 454b0ad294 Do not hexify worldlist when --hex-charset is used
2 years ago
philsmd d9749e8799
change interface, add module_benchmark_charset ()
2 years ago
Gabriele Gristina 3064c63c71 User Options: Change --backend-info/-I option type, from bool to int
2 years ago
Gabriele Gristina 0f0cf1fe08 Removed hc_clSetKernelArg() call from backend_session_update_mp_rl()
2 years ago
Rosen Penev adaf3f293b make const char pointers actually const
3 years ago
Jens Steube f146a05878 Added option --markov-inverse to inverse markov statistics, with the idea of reversing the order of the password candidates
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
Jens Steube 04d5e5a119 New Attack-Mode: Association Attack. Like JtR's single mode. Very early
4 years ago
Jens Steube 91b663b14d Fixed integer overflow for large masks in -a 6 attack mode
4 years ago
Jens Steube 189bbb2661 Fixed buffer overflow in mp_add_cs_buf() function
4 years ago
Jens Steube c78b8878d5 Fix calculation of mask length for status view in case hex-charset is used
5 years ago
Jens Steube 786efc2d7c Add support for OPTS_TYPE_PT_HEX
5 years ago
Jens Steube 0063bc7245 Fix uninitialized buffer in maskfile iteration
5 years ago
Jens Steube 884f003725 Fixed some memory leaks in case mask-files are used in optimized mode
5 years ago
Jens Steube 97c9e86d15 Filehandling: Print a truncation warning in case an oversized line was detected
5 years ago
Rosen Penev ab061ba761
Run Clang's bugprone-narrowing-conversions
5 years ago
Jens Steube fbf787bd73
Merge pull request #2101 from matrix/issue_2084
5 years ago
Gabriele Gristina 85b16ef844 do not call mp_css_utf16le_expand() in case this is a slow_candidate session
5 years ago
Gabriele Gristina 5d4fd047ee fix bug in mpsp
5 years ago
Gabriele Gristina 013b914e22 (mpsp) remove unused *rc* vars and cleanup
5 years ago
Gabriele Gristina 3161aec3da fix the comments :)
5 years ago
Gabriele Gristina 5679ca3344 Rewrite hc_fopen to better handling file descriptor locking/unlocking functions, saving kernels binary from plain to gzip format
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 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 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
jsteube a4fb31e8f7 Add more global default value functions
5 years ago
philsmd b1465693a3
fixes #1708: reject invalid masks with only a single ? at the end
6 years ago
jsteube 52c52836e3 Add new option --slow-candidates which allows hashcat to generate passwords on-host
6 years ago
philsmd 0f449b6440
hcstat2: allow to use option --markov-hcstat2 instead of just --markov-hcstat
6 years ago
jsteube 05a01d3843 fix some datatypes
6 years ago
jsteube 1c25cf5490 Fix compiler warning about rc variable which shadows a previous local
6 years ago
jsteube bb401c9cec Fixed a missing check for returncode in case hashcat.hcstat2 was not found
6 years ago
philsmd fa679ce496
masks: skipping too large/small masks fixed
6 years ago
Rosen Penev 1c5915cae3 remove special time handling in hashcat.
7 years ago
Rosen Penev 353d3c3008 Fix a bunch of cast-qual warnings
7 years ago
Rosen Penev 8458f07a57 Replace char[] with *char
7 years ago
Rosen Penev 3ba84f17f1 More clang tidy fixes
7 years ago
jsteube 12d95fd22c Added option --example-hashes to show an example hash for each hash-mode
7 years ago
jsteube beb6ee2061 Add OPTI_TYPE_OPTIMIZED_KERNEL
7 years ago
jsteube fbea72ebd6 Renamed default kernels to optimized kernels
7 years ago
jsteube 8abd7ae9d1 Fix some old GCC compiler warnings
7 years ago
jsteube f97c0d38d7 Allow using -L with -a 7 (other modes need no modification) for fast hashes
7 years ago