1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 09:58:16 +00:00
hashcat/src
2019-03-21 21:12:18 +01:00
..
modules fixed issue with converting more than needed and using too much memory 2019-03-21 21:12:18 +01:00
affinity.c fix some datatypes 2018-02-08 19:13:29 +01:00
autotune.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 2019-03-04 10:29:57 +01:00
benchmark.c Fix cross-compiled binaries and modules 2019-01-14 15:15:21 +01:00
bitmap.c Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore 2018-11-04 10:07:45 +01:00
bitops.c Fix __add3 bitops in host code 2018-07-22 12:23:18 +02:00
brain.c Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
combinator.c Add -a 1 support for slow candidates mode 2018-09-01 23:12:56 +02:00
common.c
convert.c Fix some broken strict-aliasing rules 2019-03-17 11:09:32 +01:00
cpt.c remove special time handling in hashcat. 2017-12-09 16:40:45 -08:00
cpu_aes.c
cpu_crc32.c Add module for -m 12500 2019-01-25 13:31:32 +01:00
cpu_des.c
cpu_md4.c
cpu_md5.c Fixed a buffer overflow in precompute_salt_md5() in case salt was longer than 64 characters 2018-08-06 15:35:35 +02:00
cpu_sha1.c
cpu_sha256.c
debugfile.c
dictstat.c Add module_potfile_disable() 2018-12-20 11:04:37 +01:00
dispatch.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 2019-03-04 10:29:57 +01:00
dynloader.c Refresh dynloader management 2019-01-14 10:11:23 +01:00
event.c fix some datatypes 2018-02-08 19:13:29 +01:00
ext_ADL.c Refresh dynloader management 2019-01-14 10:11:23 +01:00
ext_lzma.c fix some datatypes 2018-02-08 19:13:29 +01:00
ext_nvapi.c
ext_nvml.c
ext_OpenCL.c
ext_sysfs.c
filehandling.c fix some datatypes 2018-02-08 19:13:29 +01:00
folder.c Correct buffer size parameter in snprintf calls 2018-12-07 10:37:56 +01:00
hashcat.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 2019-03-04 10:29:57 +01:00
hashes.c Abort session if module_hash_binary_count () returns zero 2019-03-17 15:01:41 +01:00
hlfmt.c Fix pwdump column names 2018-12-19 11:15:18 +01:00
hwmon.c Use dynloader.c instead of dlopen() directly 2018-12-19 16:09:28 +01:00
induct.c Add new option --slow-candidates which allows hashcat to generate passwords on-host 2018-09-01 12:31:17 +02:00
interface.c Fix use of OPTS_TYPE_SUGGEST_KG 2019-03-13 20:05:30 +01:00
keyboard_layout.c Fix function declaration for execute_keyboard_layout_mapping() 2019-02-07 17:15:45 +01:00
locking.c
logfile.c
loopback.c remove special time handling in hashcat. 2017-12-09 16:40:45 -08:00
main.c rewrap --keep-guessing language for console width 2019-03-13 11:15:55 -08:00
Makefile Reenable brain support by default 2019-02-26 15:26:10 +01:00
memory.c
monitor.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 2019-03-04 10:29:57 +01:00
mpsp.c Add more global default value functions 2018-12-15 16:24:37 +01:00
opencl.c OpenCL Runtime: Disable OpenCL kernel cache on Apple for Intel CPU (throws CL_BUILD_PROGRAM_FAILURE for no reason) 2019-03-10 10:48:37 +01:00
outfile_check.c Add missing hook_salt buffer parameter to decoder/encoder function declaration 2019-01-25 11:14:04 +01:00
outfile.c Prepare remove of hash_type variable 2019-02-12 15:30:42 +01:00
pidfile.c Pidfile: Treat a corrupted pidfile like a not existing pidfile 2018-11-14 09:32:06 +01:00
potfile.c Update catch for --keep-guessing to include auto-enabled kernels 2019-03-13 09:17:02 -05:00
restore.c
rp_cpu.c Remove some suppressed warnings 2018-08-06 21:04:48 +02:00
rp_kernel_on_cpu_optimized.c
rp_kernel_on_cpu.c fix some datatypes 2018-02-08 19:13:29 +01:00
rp.c Fix broken hex notation 2018-07-26 11:41:56 +02:00
selftest.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 2019-03-04 10:29:57 +01:00
shared.c Fix salt length limit checks for OPTS_TYPE_ST_BASE64 in generic_salt_decode 2019-02-27 09:25:50 +01:00
slow_candidates.c Add support for -a 1 in -S mode 2018-10-20 18:00:42 +02:00
status.c Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
stdout.c fixes #1654: missing mask in output of --stdout -a 7 2018-08-15 13:32:08 +02:00
straight.c General file handling: Abort if a byte order mark (BOM) was detected in a wordlist, hashlist, maskfile or rulefile 2018-07-30 13:23:48 +02:00
terminal.c Improve handling of temporary skipped devices (due to JiT build failure or unstable_warning) 2019-03-04 10:29:57 +01:00
thread.c
timer.c Fix clock_gettime() on OSX (v2) 2018-01-11 02:41:16 +01:00
tuningdb.c Prepare remove of hash_type variable 2019-02-12 15:30:42 +01:00
usage.c Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
user_options.c Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
wordlist.c Fixed maximum password length limit which was announced as 256 but actually was 255 2019-02-26 21:20:07 +01:00