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
jsteube b71e06fca8
Move module sources to src/modules
5 years ago
..
modules Move module sources to src/modules 5 years ago
Makefile Move module sources to src/modules 5 years ago
affinity.c fix some datatypes 6 years ago
autotune.c Get rid of hash_mode in autotune.c 5 years ago
benchmark.c Clean up some code 5 years ago
bitmap.c Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore 6 years ago
bitops.c Fix __add3 bitops in host code 6 years ago
brain.c Make use of return length from ascii_digest instead of calling strlen() 5 years ago
combinator.c Add -a 1 support for slow candidates mode 6 years ago
common.c switch cpu_crc32.c to event_log_* 8 years ago
convert.c Fix out-of-boundary reads in base32/base64 operations 5 years ago
cpt.c remove special time handling in hashcat. 6 years ago
cpu_aes.c Introduce hashes_t; not finishe yet 8 years ago
cpu_crc32.c Fix some old GCC compiler warnings 7 years ago
cpu_des.c Add const to a few parameters. 7 years ago
cpu_md4.c Add const to a few parameters. 7 years ago
cpu_md5.c Fixed a buffer overflow in precompute_salt_md5() in case salt was longer than 64 characters 6 years ago
cpu_sha1.c Add const to a few parameters. 7 years ago
cpu_sha256.c Add const to a few parameters. 7 years ago
debugfile.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
dictstat.c Add module_potfile_disable() 5 years ago
dispatch.c Fixed ignoring --brain-client-features configuration in case brain-server has attack positions informations from a previous run 6 years ago
dynloader.c Use dynloader.c instead of dlopen() directly 5 years ago
event.c fix some datatypes 6 years ago
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 8 years ago
ext_OpenCL.c Fix some formating from merged PR 7 years ago
ext_lzma.c fix some datatypes 6 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
filehandling.c fix some datatypes 6 years ago
folder.c Correct buffer size parameter in snprintf calls 5 years ago
hashcat.c Use settings from selftest hash for benchmark unless overriden by module hooks 5 years ago
hashes.c Preparation for -m 501 5 years ago
hlfmt.c Fix pwdump column names 5 years ago
hwmon.c Use dynloader.c instead of dlopen() directly 5 years ago
induct.c Add new option --slow-candidates which allows hashcat to generate passwords on-host 6 years ago
interface.c Preparation for -m 501 5 years ago
interface_migrate.c Preparation for -m 501 5 years ago
locking.c file locking: for windows we need to just return 0 (otherwise compiler complains) 7 years ago
logfile.c logfile: Use struct directly instead of casting. 7 years ago
loopback.c remove special time handling in hashcat. 6 years ago
main.c Add support for hash modules to usage.c 5 years ago
memory.c Adjust hcmalloc to be the same as calloc 7 years ago
monitor.c Hardware Monitor: Renamed --gpu-temp-abort to --hwmon-temp-abort 6 years ago
mpsp.c Add more global default value functions 5 years ago
opencl.c Use MODULE_DEFAULT in module_init to reference a global default function 5 years ago
outfile.c Make use of return length from ascii_digest instead of calling strlen() 5 years ago
outfile_check.c Preparation for -m 501 5 years ago
pidfile.c Pidfile: Treat a corrupted pidfile like a not existing pidfile 6 years ago
potfile.c Preparation for -m 501 5 years ago
restore.c Added option --example-hashes to show an example hash for each hash-mode 7 years ago
rp.c Fix broken hex notation 6 years ago
rp_cpu.c Remove some suppressed warnings 6 years ago
rp_kernel_on_cpu.c fix some datatypes 6 years ago
rp_kernel_on_cpu_optimized.c Backport current state of optimized kernel rule engine to CPU 7 years ago
selftest.c Add module_deep_comp_kernel() 5 years ago
shared.c Some cleanup 5 years ago
slow_candidates.c Add support for -a 1 in -S mode 6 years ago
status.c Preparation for -m 501 5 years ago
stdout.c fixes #1654: missing mask in output of --stdout -a 7 6 years ago
straight.c General file handling: Abort if a byte order mark (BOM) was detected in a wordlist, hashlist, maskfile or rulefile 6 years ago
terminal.c Clean up some code 5 years ago
thread.c remove hc_sleep and _msec. 7 years ago
timer.c Fix clock_gettime() on OSX (v2) 6 years ago
tuningdb.c fix some datatypes 6 years ago
usage.c Some cleanup 5 years ago
user_options.c Clean up some code 5 years ago
wordlist.c Get rid of hash_mode in wordlist.c 5 years ago