rarecoil
6aa0d2082e
Tune scrypt config for RTX 3090 Ti
2022-04-24 23:02:11 -07:00
TheWorkingDeveloper
f0037d9368
Update status output to show new founds when >=1
...
Recovered.New are only shown then >1 instead of >=1
2022-04-25 00:00:24 +02:00
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
2022-04-23 19:29:19 +02:00
Jens Steube
a841af000f
Fix updated HIP version handling
2022-04-22 13:28:33 +02:00
Jens Steube
8ad2f176ff
Merge pull request #3260 from philsmd/philsmd-rp-memleak
...
fixes #3253 : memory leak in CPU rule engine fixed
2022-04-21 12:26:17 +02:00
philsmd
1d122e201b
update changes.txt to mention fix of memleak in rp
2022-04-20 19:13:08 +02:00
philsmd
9bc2a36d63
fixes #3253 : memory leak in cpu rule engine
2022-04-20 19:09:23 +02:00
Jens Steube
d02b392b9e
Command Line: Disallow combinations of some options. for instance, using -t in -a 0 mode
2022-04-20 15:43:23 +02:00
Jens Steube
4791cca0aa
AMD Driver: Updated requirements for AMD Linux drivers to ROCm 5.1.1 or later due to new HIP interface
...
AMD Driver: Updated requirements for AMD Windows drivers to Adrenalin 22.3.1 or later due to new HIP interface
2022-04-19 13:02:51 +02:00
Jens Steube
9a8f3ebcab
Update HIP version check on Linux and Windows
2022-04-18 18:07:40 +02:00
Jens Steube
78a1048670
Fixed false negative on hash-types 8900, 15700, 22700, 27700 and 28200 if using the HIP backend
2022-04-17 11:47:33 +02:00
Jens Steube
c916ae821d
Fix HIP include folder usage on Windows
2022-04-16 18:32:21 +02:00
Jens Steube
2f4003cded
Synchronize SCRYPT code for -m 28200 with -m 8900 as source
2022-04-15 20:33:11 +02:00
Jens Steube
cf352e4f8b
Update HIP includes to work with Linux on HIP 5.1.20531+
2022-04-14 17:46:59 +02:00
Jens Steube
4b4f9b61b9
Add missing hash-info parameter Custom.Plugin to json output
2022-04-13 09:02:58 +02:00
Jens Steube
5ef7b737a1
Add custom plugin info to --hash-info
2022-04-12 17:38:42 +02:00
Jens Steube
2e148a2169
Fix filename for T0XlC_insert_HTML_entities_0_Z.rule
2022-04-11 14:33:00 +02:00
Jens Steube
6509351dce
Rules: Add new rulesets from T0XlC: T0XlCv2, T0XlC_3_rule, T0XlC_insert_HTLM_entities_0_Z
...
T0XlC_3_rule: example ruleset for the new 3 modifier.
T0XlC_insert_HTLM_entities_0_Z: inserts the HTML entity names and numbers from 0 to Z (it's pretty powerful but only applies where the websites encode somehow the password characters then hash them)
2022-04-09 19:37:36 +02:00
Jens Steube
6fce6fb3ff
Update all existing modules to use the stock module marker
2022-04-08 14:11:50 +02:00
Jens Steube
c6c816518c
Prepare hashcat option to be used as stock module marker
2022-04-07 19:59:11 +02:00
Jens Steube
c371caa1d5
Give an explicit feedback when invalid hash modes are requested
2022-04-06 23:38:24 +02:00
Jens Steube
5436f0d43e
Deal with compiler warning in unrar sources on macOS 12.3
2022-04-05 15:43:13 +02:00
Jens Steube
4f6a1498c2
Update changes.txt
2022-04-04 17:23:40 +02:00
Jens Steube
ef521b75ed
Update more hand written rules with years up to 2029, some stopped at 2010 and some at 2020
2022-04-03 16:38:17 +02:00
Jens Steube
6a6408478d
Update some hand written rules with years up to 2029, some stopped at 2010 and some at 2020
2022-04-02 17:07:45 +02:00
Jens Steube
be5994c306
Merge pull request #3249 from philsmd/code_style
...
minor code style fixes
2022-04-01 19:08:43 +02:00
philsmd
a24d723d66
minor code style fixes
2022-03-31 19:19:16 +02:00
Jens Steube
8e532e6162
Fix sha512_hmac_init_global_utf16le_swap(); hmac doesn't have password length
2022-03-31 12:58:01 +02:00
Jens Steube
7b24986096
Add important checks for pw_len == -1 to avoid out of boundary read/writes
2022-03-31 11:45:58 +02:00
Jens Steube
753994bfe0
Fixed password reassembling function reporting an incorrect candidate in some cases when the correct candidate has zero length
2022-03-30 20:52:47 +02:00
Jens Steube
6adf5fcf26
Merge pull request #3246 from davidbolvansky/fix_win_build
...
Fixed windows build failure
2022-03-29 13:35:10 +02:00
Dávid Bolvanský
757d939728
Fixed windows build failure
2022-03-28 19:05:16 +02:00
Jens Steube
f375fdcad2
Merge pull request #3244 from davidbolvansky/neg_numbers
...
Fixed negative numbers in json output
2022-03-28 16:27:03 +02:00
Jens Steube
5baa64c451
Merge pull request #3243 from davidbolvansky/final_status_json
...
Emit final status also in 'status-json' mode
2022-03-27 17:09:06 +02:00
Dávid Bolvanský
9d1ed97e07
Fixed negative numbers in json output
2022-03-27 12:37:56 +02:00
Dávid Bolvanský
d84127386a
Emit final status also in 'status-json' mode
2022-03-27 00:02:02 +01:00
Jens Steube
308d8f227d
Merge pull request #3240 from davidbolvansky/hash-info-json
...
add json output for hash info
2022-03-26 18:43:25 +01:00
Jens Steube
ad7b74bbff
Merge pull request #3238 from philsmd/philsmd-status-neg-values
...
fixes #3199 : status screen problem with negative values due to %d usage
2022-03-25 17:35:07 +01:00
Jens Steube
84acc32a77
Merge pull request #3237 from philsmd/philsmd-a7-O-rule-right
...
fixes #3211 : fixes -k in -a 7 with -O
2022-03-24 14:48:32 +01:00
Jens Steube
781ceb1df0
Merge pull request #3236 from philsmd/philsmd-stdout-a7-O
...
fixes #3201 : fixed -O with -a 7 in --stdout mode
2022-03-23 19:01:19 +01:00
Jens Steube
7e76deb3b1
Merge pull request #3235 from philsmd/philsmd-whitespace
...
minor: removes whitespace in -m 23400 = Bitwarden
2022-03-22 20:14:56 +01:00
Jens Steube
ad5e5f246f
Merge pull request #3234 from philsmd/philsmd-hcargc-stdin-timeout
...
improve --stdout + --stdin-timeout-abort fix
2022-03-22 20:14:43 +01:00
Dávid Bolvanský
32ab02c7bb
add json output for hash info
2022-03-22 19:32:02 +01:00
philsmd
bd01986a82
update changes for %d display problem
2022-03-22 16:37:29 +01:00
philsmd
84cd48d721
fixed problem of negative values in terminal.c
2022-03-22 16:35:36 +01:00
philsmd
a2065b7c38
fixed problem of negative values in status.c
2022-03-22 16:17:26 +01:00
philsmd
566d72dee1
update changes for -k -a 7 -O fix
2022-03-22 16:01:22 +01:00
philsmd
101d01eaa0
fixes #3211 : fixes -k in -a 7 with -O
2022-03-22 15:59:09 +01:00
philsmd
81912e3258
update changes for -a 7 -O --stdout fix
2022-03-22 15:42:07 +01:00
philsmd
51fda295dd
fixes #3201 : fixed -O with -a 7 in --stdout mode
2022-03-22 15:40:36 +01:00