Commit Graph

218 Commits (96e60bfb0507f1f1d1cbfed92e6ba4b343a71456)

Author SHA1 Message Date
Francois Gaudreault 96e60bfb05 Fixing minor definitions.
8 years ago
Martin Lemay 1c8368d1cd changed to OPTS_TYPE_PT_ADD80
8 years ago
Martin Lemay 8cf6607c87 Refactored 134 to 13500. Added esalt struct
8 years ago
Francois Gaudreault 2df81367df Adding parser and basic kernels for -m 134
8 years ago
Jens Steube 13b2758084 Added parameter --potfile-path to override default potfile path
8 years ago
Jens Steube 1bc9e3ec85 Do not modify the original positions of mac1, mac2, nonce1 and nonce2 in hccap files
8 years ago
Jens Steube 0f73c778d5 Optimized -m 8300 (DNSSEC) cracking performance in -a 3 mode
8 years ago
Michael Sprecher 0dcb762a8e
Added new hash mode -m 125 = ArubaOS
8 years ago
jsteube 5f05fbf103 Prevent NV OpenCL runtime to cache kernels to ~/.nv by using an undocumented environment variable CUDA_CACHE_DISABLE
8 years ago
Jens Steube 09e971c938 Use a fixed path for the potfile rather than session depending
8 years ago
Fist0urs a027805608 -m 13400 add missing 'break;' statement
8 years ago
Fist0urs c7cb30167f Cosmetic change: add newline to --help
8 years ago
Fist0urs 52b17a602f New format -m 13400, Keepass 1 (AES/Twofish) and Keepass 2 (AES)
8 years ago
Jens Steube 88fafeb928 Synchronize maximum output line size with input line size
8 years ago
Jens Steube 027631bdc8 Eventual patch for issue https://github.com/hashcat/oclHashcat/issues/279
8 years ago
Jens Steube 0fdebf904d Replace BUFSIZ with HCBUFSIZ and move them from stack to heap
8 years ago
philsmd 1699057516 show a warning if hlfmt_hash () fails
8 years ago
philsmd b76495e0f5 also add check for NULL pointers
8 years ago
philsmd 27ef5885f4 added check for hash_len after calls to hlfmt_hash ()
8 years ago
Jens Steube 536f9c955e Merge pull request #257 from philsmd/master
8 years ago
Jens Steube e71313b871 Fix invalid progress value and ETA in case of cracked salts
8 years ago
philsmd 73f897193e show autotuned kernel accel and kernel loop values only when debugging
8 years ago
Jens Steube 4709550a57 Merge pull request #256 from philsmd/pr-cl-debug-buildlog
8 years ago
philsmd 01a7adc12a show build log whenever 'make DEBUG > 0' is set
8 years ago
Jens Steube 55cadb6834 Fix broken -m 1500 and -m 3000 in -a 3 mode
8 years ago
Fist0urs b0f1cb8a98 New format -m 13300 AxCrypt in memory SHA1
8 years ago
Fist0urs ad17fba9b6 New format -m 13200 AxCrypt
8 years ago
philsmd 93a134e9b6 cast to uint is required with some gcc versions, otherwise we get a shift-negative-value warning
8 years ago
philsmd 2ea295171c this fixes the beta issue #163 (-d and --opencl-platforms not within valid range)
8 years ago
Jens Steube 531f72c905 Fix this evil bug, pw->i is u32, not u8
8 years ago
Jens Steube 8c89ef0490 Ensure a minimum length for password candidates in autotune
8 years ago
Jens Steube 2236bb972c We still need on initial testrun in autotune
8 years ago
Jens Steube 01c847ba94 Do not use values that can actually crack a hash in autotune
8 years ago
Jens Steube 75c6d28a5f Fix missing memset after previous fix
8 years ago
Jens Steube efad2bafac Evil Bug: Because of not-zeroing a buffer it's possible a hash was cracked but not reported as cracked because it was not in scope, but when it was in scope it was already marked as cracked and therefore not reported
8 years ago
Jens Steube f9834f3dfa Zero pws_buf before reuse
8 years ago
Jens Steube e6e5005a6b Revert "Zero pws_buf before reuse"
8 years ago
Jens Steube b409e5e9e1 Zero pws_buf before reuse
8 years ago
Jens Steube 6c10ca5853 Fix use of find_kernel_power_div()
8 years ago
Jens Steube 6bc98368ba Get rid of old pw_cache mechanism to control host-based vector data-types
8 years ago
Jens Steube ec869595d1 Add auto-append for 0x01 and 0x80 in ATTACK_MODE_HYBRID2
8 years ago
Jens Steube bb732686b1 Autotune should respect --quiet parameter
8 years ago
Jens Steube 9a128ce667 Fix force_jit_compilation usage
8 years ago
Jens Steube 7190dcf855 Prepare NEW_SIMD_MODE for -a 1 kernels
8 years ago
Jens Steube 990f973c48 Add hard-wired Device-Name for Tuning-Database which matches all Device-Types:
8 years ago
Jens Steube 96bde85378 Allow mixed settings auto and fixed values for parameter and inside tuningdb for loops and accel
8 years ago
Jens Steube 14fe45b1f0 Simplify steps for autotune
8 years ago
Jens Steube a83622faaf Fix final autotune balancing
8 years ago
Jens Steube f05944395a Move fake word generation to try_run() to avoid unwanted caching
8 years ago
magnum a5be8a75ed Allow and support vector-width 16, which is current maximum for
8 years ago