You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/src
philsmd 49ba6cb05d
-m 13100 = Kerberos 5 TGS-REP: parser failed to correctly verify the hash
7 years ago
..
lzma_sdk #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 7 years ago
Makefile always use the native sed (not gsed) for OSX, #1036 7 years ago
affinity.c CPU Affinity: Fixed memory leak when invalid cpu Id was specified 7 years ago
autotune.c Added hash-mode 14800 = iTunes Backup >= 10.0 7 years ago
benchmark.c fixes #928: new mode -m 1411 = SSHA-256(Base64), LDAP {SSHA256} 7 years ago
bitmap.c 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
bitops.c Simply do not use __builtin_bswap16() this causes all kinds of problems, use our own implementation 7 years ago
combinator.c Fix more cppcheck warnings 7 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Switch hex_to_u32() to LE 8 years ago
cpt.c 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
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c Workaround for CID 1402437 (#1 of 1): Out-of-bounds write 7 years ago
cpu_des.c Introduce hashes_t; not finishe yet 8 years ago
cpu_md4.c Added new hash-mode 99999 = Plaintext 8 years ago
cpu_md5.c minor: use memset () before memcpy () in cpu MD5 function 7 years ago
cpu_sha1.c Introduce hashes_t; not finishe yet 8 years ago
cpu_sha256.c Introduce hashes_t; not finishe yet 8 years ago
debugfile.c Restore strerror as %m is unsupported by the BSDs 7 years ago
dictstat.c Restore strerror as %m is unsupported by the BSDs 7 years ago
dispatch.c Fixed pointer to local outside scope when using -j or -k 7 years ago
dynloader.c Replaced dynloader macros with real functions 8 years ago
event.c Do not use NULL for va_* variadic functions 7 years ago
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
ext_OpenCL.c Update CL_* errorcode to OpenCL 1.2 standard 7 years ago
ext_lzma.c #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 7 years ago
ext_nvapi.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
ext_nvml.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
ext_sysfs.c Add missing files 8 years ago
ext_xnvctrl.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 8 years ago
filehandling.c Fixed string not null terminated when reading maskfiles 7 years ago
folder.c memory: we should free this memory in case of error in folder.c 7 years ago
hashcat.c Sessions: Move out handling of multiple instance from restore file into separate pidfile 7 years ago
hashes.c Added support for automatic merge of LM halfes when --show and --left is used 7 years ago
hlfmt.c 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
hwmon.c Hardware Monitor: Fixed several memory leaks when no AMDGPU-Pro hardware monitor sensor is found 7 years ago
induct.c Restore strerror as %m is unsupported by the BSDs 7 years ago
interface.c -m 13100 = Kerberos 5 TGS-REP: parser failed to correctly verify the hash 7 years ago
locking.c file locking: for windows we need to just return 0 (otherwise compiler complains) 7 years ago
logfile.c Restore strerror as %m is unsupported by the BSDs 7 years ago
loopback.c file locking: check return value of fcntl () 7 years ago
main.c Cleanup zero-length printf format string warnings 7 years ago
memory.c 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
monitor.c Hardware Monitor: Fixed several memory leaks in case hash-file writing (in case of --remove) failed 7 years ago
mpsp.c mp: memory checks added to avoid leaks 7 years ago
opencl.c CID 1402488 (#1 of 1): Resource leak 7 years ago
outfile.c Restore strerror as %m is unsupported by the BSDs 7 years ago
outfile_check.c if fstat () fails we shouldn't forget to close the file 7 years ago
pidfile.c Fix missing free() in pidfile.c 7 years ago
potfile.c file locking: check return value of fcntl () 7 years ago
restore.c Cleanup zero-length printf format string warnings 7 years ago
rp.c rule engine: 2 more possibly memory leaks (see previous commits) 7 years ago
rp_cpu.c Fixed rule 'O' (RULE_OP_MANGLE_OMIT) in host mode in case the offset + length parameter equals the length of the input word 7 years ago
rp_kernel_on_cpu.c Fix some uninitialized variables in rp_kernel_on_cpu.c 8 years ago
shared.c Fix hc_path_create(), first close the file descriptor before unlinking the file itself 7 years ago
status.c Added support for loading hccapx files 7 years ago
stdout.c Restore strerror as %m is unsupported by the BSDs 7 years ago
straight.c Wordlists: Fixed memory leak in case access a file in a wordlist folder fails 7 years ago
terminal.c Cleanup zero-length printf format string warnings 7 years ago
thread.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 8 years ago
timer.c Replaced timer macros with inlines 8 years ago
tuningdb.c Restore strerror as %m is unsupported by the BSDs 7 years ago
usage.c resolves #1018: added -m 3910 = md5(md5($pass).md5($salt)) 7 years ago
user_options.c File Reads: Fixed memory leak in case outfile or hashfile was not accessible 7 years ago
weak_hash.c Add some more returncode checks 8 years ago
wordlist.c added return code check whenever fstat () was called 7 years ago