.. |
modules
|
Add modules back to default target
|
2019-01-20 17:18:22 +01:00 |
affinity.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
autotune.c
|
Get rid of hash_mode in autotune.c
|
2018-12-17 18:49:07 +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
|
Allow modules to change value from user_options->hash_mode to something different in hashconfig->hash_mode. This will be required for modes that can automatically select the right hash_mode for the user for instance LUKS
|
2019-01-14 19:02:09 +01:00 |
combinator.c
|
Add -a 1 support for slow candidates mode
|
2018-09-01 23:12:56 +02:00 |
common.c
|
switch cpu_crc32.c to event_log_*
|
2016-10-08 23:53:52 +02:00 |
convert.c
|
Fix out-of-boundary reads in base32/base64 operations
|
2019-01-09 10:56:47 +01:00 |
cpt.c
|
remove special time handling in hashcat.
|
2017-12-09 16:40:45 -08:00 |
cpu_aes.c
|
Introduce hashes_t; not finishe yet
|
2016-09-16 17:01:18 +02:00 |
cpu_crc32.c
|
Fix some old GCC compiler warnings
|
2017-07-06 10:35:25 +02:00 |
cpu_des.c
|
Add const to a few parameters.
|
2017-11-04 23:37:41 -07:00 |
cpu_md4.c
|
Add const to a few parameters.
|
2017-11-04 23:37:41 -07:00 |
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
|
Add const to a few parameters.
|
2017-11-04 23:37:41 -07:00 |
cpu_sha256.c
|
Add const to a few parameters.
|
2017-11-04 23:37:41 -07:00 |
debugfile.c
|
Added option --example-hashes to show an example hash for each hash-mode
|
2017-08-22 11:09:46 +02:00 |
dictstat.c
|
Add module_potfile_disable()
|
2018-12-20 11:04:37 +01:00 |
dispatch.c
|
Fixed ignoring --brain-client-features configuration in case brain-server has attack positions informations from a previous run
|
2018-11-01 12:03:28 +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
|
Get rid of logging.c and most exit() calls replaced with return() for true library usage
|
2016-10-09 22:41:55 +02:00 |
ext_nvml.c
|
Get rid of logging.c and most exit() calls replaced with return() for true library usage
|
2016-10-09 22:41:55 +02:00 |
ext_OpenCL.c
|
Fix some formating from merged PR
|
2017-02-23 09:45:31 +01:00 |
ext_sysfs.c
|
Add missing files
|
2016-11-05 23:34:17 +01:00 |
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
|
Add -m 1500 module
|
2019-01-15 11:53:59 +01:00 |
hashes.c
|
Update outfile_check
|
2019-01-20 10:28:54 +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_migrate.c
|
Add -m 3000 module and unit test
|
2019-01-20 12:04:06 +01:00 |
interface.c
|
Add -m 1500 module
|
2019-01-15 11:53:59 +01:00 |
locking.c
|
file locking: for windows we need to just return 0 (otherwise compiler complains)
|
2017-02-14 16:53:01 +01:00 |
logfile.c
|
logfile: Use struct directly instead of casting.
|
2017-11-04 23:33:06 -07:00 |
loopback.c
|
remove special time handling in hashcat.
|
2017-12-09 16:40:45 -08:00 |
main.c
|
Add support for hash modules to usage.c
|
2019-01-06 13:23:45 +01:00 |
Makefile
|
Go back to code linking into modules until there's a better solution
|
2019-01-20 18:24:54 +01:00 |
memory.c
|
Adjust hcmalloc to be the same as calloc
|
2017-10-02 12:20:16 -07:00 |
monitor.c
|
Hardware Monitor: Renamed --gpu-temp-abort to --hwmon-temp-abort
|
2018-11-09 12:48:27 +01:00 |
mpsp.c
|
Add more global default value functions
|
2018-12-15 16:24:37 +01:00 |
opencl.c
|
Fix dnclen typo
|
2019-01-18 21:55:26 +01:00 |
outfile_check.c
|
Update outfile_check
|
2019-01-20 10:28:54 +01:00 |
outfile.c
|
Make use of return length from ascii_digest instead of calling strlen()
|
2019-01-11 23:11:56 +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 outfile_check
|
2019-01-20 10:28:54 +01:00 |
restore.c
|
Added option --example-hashes to show an example hash for each hash-mode
|
2017-08-22 11:09:46 +02:00 |
rp_cpu.c
|
Remove some suppressed warnings
|
2018-08-06 21:04:48 +02:00 |
rp_kernel_on_cpu_optimized.c
|
Backport current state of optimized kernel rule engine to CPU
|
2017-08-20 12:50:24 +02:00 |
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
|
Add module_deep_comp_kernel()
|
2019-01-05 18:44:43 +01:00 |
shared.c
|
Add -m 14000 module
|
2019-01-16 19:55:54 +01:00 |
slow_candidates.c
|
Add support for -a 1 in -S mode
|
2018-10-20 18:00:42 +02:00 |
status.c
|
Add -m 3000 module and unit test
|
2019-01-20 12:04:06 +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
|
Fix cross-compiled binaries and modules
|
2019-01-14 15:15:21 +01:00 |
thread.c
|
remove hc_sleep and _msec.
|
2017-09-23 13:02:34 -07:00 |
timer.c
|
Fix clock_gettime() on OSX (v2)
|
2018-01-11 02:41:16 +01:00 |
tuningdb.c
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
usage.c
|
Allow modules to change value from user_options->hash_mode to something different in hashconfig->hash_mode. This will be required for modes that can automatically select the right hash_mode for the user for instance LUKS
|
2019-01-14 19:02:09 +01:00 |
user_options.c
|
Clean up some code
|
2019-01-06 13:48:41 +01:00 |
wordlist.c
|
Get rid of hash_mode in wordlist.c
|
2018-12-19 09:51:25 +01:00 |