Commit Graph

158 Commits (master)

Author SHA1 Message Date
jsteube 1b357036f4 Add initial code for dynamic-x support in potfile.c, not active yet
6 months ago
jsteube d2d27cd35e Add code to fetch dynamic-x info in potfile if there's dynamic-x enabled
6 months ago
jsteube e55b331058 Refactor potfile_disable variable to just putfile, same idea as outfile_autohex variable
7 months ago
PenguinKeeper7 f3fbc1174d Remove user_options from potfile.c
8 months ago
Arseniy Sharoglazov 50e7d9d56c Fixed a bug that --outfile-autohex-disable affects potfile
9 months ago
justpretending b2f14f2f5d Fix some typos
10 months ago
Gabriele Gristina 36606addac Help: show supported hash-modes only with -hh
1 year ago
Jens Steube a52b70d1c5 Refactored Recovered.New... handling
2 years ago
Gabriele Gristina 3064c63c71 User Options: Change --backend-info/-I option type, from bool to int
2 years ago
Jukka Ojanen 6cf553410b Avoid (possible) undefined behaviour in hc_fclose(), and don't assume plain file
3 years ago
Jukka Ojanen 9c7b9253e7 Fix potfile not closed if opened
3 years ago
Jukka Ojanen ce0b4f571a Fix potfile_destroy() leaks
3 years ago
Jens Steube 7fc0ac4ef1 Do not initialize backend devices in case --id is used and some bug fixes
3 years ago
Jens Steube 56f47cabe2 Fixed race condition in potfile check during removal of empty hashes
3 years ago
Gabriele Gristina 77e328d659 Removed option --example-hashes, now is an alias of --hash-info
3 years ago
Gabriele Gristina 3ed1f0d840 Added new option: --hash-info
3 years ago
philsmd 437e9aa3d1
allow --left and -o work with binary hash files
4 years ago
philsmd 11f3c8c285
fixes #2424: only print EOL in case of non-binary hash file
4 years ago
Jens Steube 6adc217bae Keep output of --show and --left in the original ordering of the input hash file
5 years ago
Jens Steube ce0257dd84
Merge pull request #2189 from neheb/fgfggdf
5 years ago
Rosen Penev bd6c0e57e4 Change 0/1 to true/false
5 years ago
Rosen Penev fd8150769d Add casts where needed in C++ mode
5 years ago
Jens Steube 97c9e86d15 Filehandling: Print a truncation warning in case an oversized line was detected
5 years ago
Rosen Penev 6dc72ebcc5
Run through Clang's readability-else-after-return
5 years ago
Rosen Penev fb75164126
Run through Clang's google-readability-casting
5 years ago
Gabriele Gristina 3d39d2fc91 update all HCFILE vars and related code
5 years ago
Gabriele Gristina 2db6dfcd4e fix HCFILE with potfile BUG and something else related to HCFILE wrong usage
5 years ago
Gabriele Gristina 5679ca3344 Rewrite hc_fopen to better handling file descriptor locking/unlocking functions, saving kernels binary from plain to gzip format
5 years ago
Gabriele Gristina 5d3ed3e754 Remove union from HCFILE, using std file ops in ocl_check_dri, remove debug comments
5 years ago
Gabriele Gristina c2e634c426 switch is_gzip from short to bool
5 years ago
Gabriele Gristina 481c752456 No more compress functions, update example.dict.gz, remove some comments
5 years ago
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing
5 years ago
Gabriele Gristina b2529af172 remove original commented code
5 years ago
Gabriele Gristina 6cb4abd526 Add zlib support v2
5 years ago
Jens Steube 3c4f4df771 Rename some more variables
5 years ago
jsteube 92f4ccce93 Increase buffer size for --example-hashes output
5 years ago
jsteube 3c9d26b161 Add some conditions to make scan-build happy
5 years ago
jsteube 13edc32fb4 Fix some unused variable warnings
5 years ago
jsteube d855ddaf9e Make use of need_hexify to decide if hexification is needed for ESSID in -m 16800 and -m 16801
5 years ago
jsteube a9663cdb53 For modes 2500, 2501, 16800 and 16801, if --left is used, return original input format
5 years ago
jsteube b8d609ba16 WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
5 years ago
jsteube c0a31b3239 Prepare potfile specific module_hash_decode and module_hash_encode hooks
5 years ago
jsteube 708a86fb59 Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes
5 years ago
Chick3nman 3c7d42079e
Update catch for --keep-guessing to include auto-enabled kernels
5 years ago
Chick3nman c0b3f03605
Do not remove hashes if --keep-guessing enabled
5 years ago
jsteube 75f7172cca Prepare remove of hash_type variable
5 years ago
jsteube 2bd55bca74 Add missing hook_salt buffer parameter to decoder/encoder function declaration
5 years ago
jsteube 35265d43f3 Update outfile_check
5 years ago
jsteube 02fe28fe6c Preparation for -m 501
5 years ago
jsteube 26033e5787 Make use of return length from ascii_digest instead of calling strlen()
5 years ago