Commit Graph

8691 Commits (a52b70d1c553ea4576bff101be5eb34f350323dc)
 

Author SHA1 Message Date
Jens Steube 5977edb1d2 Added user advice if a hash throws 'token length exception'
2 years ago
Tom Dohrmann 864fee3674 fix DES (14000) for more 16 or more passwords
2 years ago
Alan Neilan c32bb36776
change to allow for non-hex salts in Authme (20711)
2 years ago
Jens Steube 39b768a620 Example entry for tuning table for SCRYPT for obscure device names used in older nvidia devices
2 years ago
Jens Steube d1ebf936b7
Merge pull request #3269 from philsmd/philsmd-spaces-secp256k1
2 years ago
philsmd 209b3960c7
remove extra leading space in inc_ecc_secp256k1.cl
2 years ago
Jens Steube 8d6622ce80 Add missing entry to .gitignore for new *.debugfile
2 years ago
Jens Steube beb34c6f51 Backport SCRYPT optimization for 6900XT to 22700, 27700, 28200
2 years ago
Jens Steube a5f0d3d57e Improve SCRYPT on 6900XT from 2464H/s to 3124H/s
2 years ago
Jens Steube 879cbd122e Remove uninitialized Session.Dir output from -II screen
2 years ago
Jens Steube e46342f5cf
Merge pull request #3268 from rarecoil/scrypt-tuning-rtx-3090-ti
2 years ago
rarecoil 49949c4e33 Roll forward scrypt tuning from #3265 to other scrypt-based hash types
2 years ago
Jens Steube fe6ae53f25 Little tuning on AMD Vega 64 for SCRYPT, from 598H/s to 630H/s
2 years ago
Jens Steube 709a23eaac
Merge pull request #3265 from rarecoil/tune-rtx-3090-ti
2 years ago
Jens Steube f31dcc5d1a
Merge pull request #3264 from TheWorkingDeveloper/patch-1
2 years ago
rarecoil 6aa0d2082e Tune scrypt config for RTX 3090 Ti
2 years ago
TheWorkingDeveloper f0037d9368
Update status output to show new founds when >=1
2 years ago
Jens Steube ec7eae9886 Debug Rules: Set --debug-file to $session.debugfile if --debug-mode was set by the user and --debug-file was not set
2 years ago
Jens Steube a841af000f Fix updated HIP version handling
2 years ago
Jens Steube 8ad2f176ff
Merge pull request #3260 from philsmd/philsmd-rp-memleak
2 years ago
philsmd 1d122e201b
update changes.txt to mention fix of memleak in rp
2 years ago
philsmd 9bc2a36d63
fixes #3253: memory leak in cpu rule engine
2 years ago
Jens Steube d02b392b9e Command Line: Disallow combinations of some options. for instance, using -t in -a 0 mode
2 years ago
Jens Steube 4791cca0aa AMD Driver: Updated requirements for AMD Linux drivers to ROCm 5.1.1 or later due to new HIP interface
2 years ago
Jens Steube 9a8f3ebcab Update HIP version check on Linux and Windows
2 years ago
Jens Steube 78a1048670 Fixed false negative on hash-types 8900, 15700, 22700, 27700 and 28200 if using the HIP backend
2 years ago
Jens Steube c916ae821d Fix HIP include folder usage on Windows
2 years ago
Jens Steube 2f4003cded Synchronize SCRYPT code for -m 28200 with -m 8900 as source
2 years ago
Jens Steube cf352e4f8b Update HIP includes to work with Linux on HIP 5.1.20531+
2 years ago
Jens Steube 4b4f9b61b9 Add missing hash-info parameter Custom.Plugin to json output
2 years ago
Jens Steube 5ef7b737a1 Add custom plugin info to --hash-info
2 years ago
Jens Steube 2e148a2169 Fix filename for T0XlC_insert_HTML_entities_0_Z.rule
2 years ago
Jens Steube 6509351dce Rules: Add new rulesets from T0XlC: T0XlCv2, T0XlC_3_rule, T0XlC_insert_HTLM_entities_0_Z
2 years ago
Jens Steube 6fce6fb3ff Update all existing modules to use the stock module marker
2 years ago
Jens Steube c6c816518c Prepare hashcat option to be used as stock module marker
2 years ago
Jens Steube c371caa1d5 Give an explicit feedback when invalid hash modes are requested
2 years ago
Jens Steube 5436f0d43e Deal with compiler warning in unrar sources on macOS 12.3
2 years ago
Jens Steube 4f6a1498c2 Update changes.txt
2 years ago
Jens Steube ef521b75ed Update more hand written rules with years up to 2029, some stopped at 2010 and some at 2020
2 years ago
Jens Steube 6a6408478d Update some hand written rules with years up to 2029, some stopped at 2010 and some at 2020
2 years ago
Jens Steube be5994c306
Merge pull request #3249 from philsmd/code_style
2 years ago
philsmd a24d723d66
minor code style fixes
2 years ago
Jens Steube 8e532e6162 Fix sha512_hmac_init_global_utf16le_swap(); hmac doesn't have password length
2 years ago
Jens Steube 7b24986096 Add important checks for pw_len == -1 to avoid out of boundary read/writes
2 years ago
Jens Steube 753994bfe0 Fixed password reassembling function reporting an incorrect candidate in some cases when the correct candidate has zero length
2 years ago
Jens Steube 6adf5fcf26
Merge pull request #3246 from davidbolvansky/fix_win_build
2 years ago
Dávid Bolvanský 757d939728 Fixed windows build failure
2 years ago
Jens Steube f375fdcad2
Merge pull request #3244 from davidbolvansky/neg_numbers
2 years ago
Jens Steube 5baa64c451
Merge pull request #3243 from davidbolvansky/final_status_json
2 years ago
Dávid Bolvanský 9d1ed97e07 Fixed negative numbers in json output
2 years ago