Commit Graph

103 Commits (4b986de5fb4fd84ab247f4d33328d1b2de7a2d73)

Author SHA1 Message Date
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
6 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
jsteube 297a64de8b Fix fread() on windows when loading the LZMA hcstat
7 years ago
jsteube 7ca8ca241b Use hc_lzma2_decompress() instead of Lzma2Decode() directly
7 years ago
jsteube a993395f28 Add code to read LZMA compressed hashcat.hcstat2
7 years ago
jsteube c59432a760 Add hcstat2 support to enable masks of length up to 256, also adds a filetype header
7 years ago
jsteube b8ad89c529 Rename function and variables containing 'unicode' to 'utf16le' because that's what's meant actually
7 years ago
jsteube 018bb208d9 Refactor OPTS_TYPE_PT_UNICODE -> OPTS_TYPE_PT_UNICODE_LE and add OPTS_TYPE_PT_UNICODE_BE
7 years ago
Royce Williams 067372f5ce more event_log_* standardization
7 years ago
jsteube 4e2adc031a Add some compiler independant integer overflow functions
7 years ago
jsteube 922fea7616 Add more integer overflow checks
7 years ago
jsteube 080131c86e Use type independant __builtin_mul_overflow()
7 years ago
jsteube 62bc8689b7 Mask Checks: Added integer overflow detection for a keyspace of a mask provided by user
7 years ago
philsmd 437289c41e
mp: memory checks added to avoid leaks
7 years ago
jsteube 1fc24cbcd3 Mask Increment: Fixed memory leak in case mask_append() fails
7 years ago
jsteube 53d6808794 Fixed pointer to local outside scope when using not specifying --markov-hcstat
7 years ago
jsteube dc4f96f42e Fixed string not null terminated when reading maskfiles
7 years ago
jsteube 85aba06e6f Renamed some variables which 'shadow' another variable or function
7 years ago
Rosen Penev 2a2bd0e2b1
Restore strerror as %m is unsupported by the BSDs
7 years ago
jsteube 17548d3ee8 Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
7 years ago
jsteube ada22000b5 Fixes https://github.com/hashcat/hashcat/issues/932
8 years ago
jsteube 24a3aff5ea Fixed mask length check in hybrid attack-modes: Do not include hash-mode dependant mask length checks
8 years ago
jsteube 767ad440b2 Fixed custom char parsing code in maskfiles in --increment mode: Custom charset wasn't used
8 years ago
Rosen Penev 5c0bd0a15f
Remove strerror in favor of thread safe %m
8 years ago
Rosen Penev f5f17997b2 Fix cppcheck warnings
8 years ago
jsteube 90b9d5c12c Fix some potential resource leaks in case of an error
8 years ago
jsteube ea4fd1de50 Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
8 years ago
jsteube ef69aa8aef Fix some code in mpsp.c to make cppcheck happy
8 years ago
jsteube 3da0232ead Remove some code which was already moved from mpsp.c to interface.c
8 years ago
jsteube bf69afce90 Fix some error check in mpsp.c
8 years ago
jsteube d54c838bda Some better error messages for custom charset file
8 years ago
jsteube d0f7fee029 Fixed a bug when loading custom charset from file
8 years ago
unix-ninja ca0bc3fc19 Fix cp_sys type def and add ?H charset
8 years ago