Commit Graph

23 Commits

Author SHA1 Message Date
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing 2019-06-26 19:06:46 +02:00
Gabriele Gristina b2529af172 remove original commented code 2019-06-22 15:00:50 +02:00
Gabriele Gristina 6cb4abd526 Add zlib support v2 2019-06-21 21:56:38 +02:00
jsteube 52c52836e3 Add new option --slow-candidates which allows hashcat to generate passwords on-host 2018-09-01 12:31:17 +02:00
jsteube 05a01d3843 fix some datatypes 2018-02-08 19:13:29 +01:00
jsteube 922fea7616 Add more integer overflow checks 2017-02-22 16:33:23 +01:00
jsteube 8598a79732 Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 2016-10-13 10:07:04 +02:00
jsteube a5e83c27c3 Update wordlist.c function parameters 2016-10-06 16:16:56 +02:00
coolbry95 a78fd4e915 changed uint to u32 2016-10-04 00:35:49 -04:00
jsteube 683077b42a Use larger counter to handle larger wordlists 2016-09-30 16:43:59 +02:00
jsteube ee30055401 Get rid of data. global variable in wordlist.c 2016-09-28 22:52:42 +02:00
jsteube c71f1bfb0c Introduct combinator_ctx_t 2016-09-27 18:32:09 +02:00
jsteube 67dd2e9b67 Separate rules and straight mode from each other, remove rules_ctx_t 2016-09-27 13:13:07 +02:00
jsteube 62b97a6fe6 Move loading rules into outer loop 2016-09-24 12:05:56 +02:00
jsteube 5b0835258c Get rid of hex_wordlist variable in data. context 2016-09-22 15:14:55 +02:00
jsteube 1c9027cb03 Get rid of rule_buf_l, rule_buf_r, rule_len_l and rule_len_r in data. context 2016-09-22 12:15:13 +02:00
jsteube 3664f02670 Get rid of global get_next_word_func function pointer variable 2016-09-22 11:35:08 +02:00
jsteube e6f083b708 Add all defaults for user commandline parameters to user_options.h; Prepare user commandline parameter struct for easier handling of functions calls that require them 2016-09-20 16:04:22 +02:00
jsteube a0f6ed6832 Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
jsteube 533a87b685 Move count_words() to wordlist.c 2016-09-12 12:59:40 +02:00
jsteube 3daf0af480 Added docs/credits.txt
Added docs/team.txt
2016-09-11 22:20:15 +02:00
jsteube 7f1ecc7cb7 Use hashcat.c configuration macros to get an idea of the remaining features which should move into their own source file 2016-09-11 10:28:59 +02:00
jsteube e304eed8c5 Move wordlist specific functions into their own source file 2016-09-08 16:32:24 +02:00