Jens Steube
046637d34c
Merge pull request #3459 from ventaquil/bugfix/luks-improper-string-comparision
...
Fix improper strings comparision in LUKS modules
2022-09-16 16:03:17 +02:00
Jens Steube
161a5a2a3c
Merge pull request #3458 from ventaquil/bugfix/luks2hashcat-empty-container
...
Fix `luks2hashcat` for empty containers
2022-09-15 16:32:05 +02:00
philsmd
1cdf4682b0
rp: prevent crash in case of too little RAM for rules
2022-09-14 16:19:51 +02:00
philsmd
67585eb470
fix comment for combinator_ctx_init () call
2022-09-14 16:11:47 +02:00
Konrad Goławski
3e2f8870a3
Fix improper strings comparision
2022-09-14 01:00:20 +02:00
Jens Steube
feea399625
Merge pull request #3457 from nyxgeek/master
...
Fixed omissions in T0XlC rules
2022-09-13 14:46:05 +02:00
Konrad Goławski
5b0ef28432
Fix luks2hashcat for empty containers
...
Return error when LUKS container is not initialized.
2022-09-13 13:45:08 +02:00
nyxgeek
b453ee485f
Fixed omissions in rules
...
T0XlC-insert_00-99_1950-2050_toprules_0_F.rule did not actually insert 00-99 as title implies. This has been added.
T0XlC-insert_space_and_special_0_F.rule did not include the + or \ symbols. These have been added.
2022-09-13 01:12:15 -05:00
Jens Steube
8973f2beca
Add more RC_FINAL_ enum types
2022-09-12 20:48:38 +02:00
Jens Steube
7a5ea7e255
Merge pull request #3456 from davidbolvansky/escape_fields_json
...
Escape some fields of --status-json output
2022-09-11 17:02:10 +02:00
Dávid Bolvanský
3b033af7d6
Escape some fields of --status-json output
2022-09-11 01:44:54 +02:00
Jens Steube
522e87c08f
Remove unused variable
2022-09-10 18:12:01 +02:00
Jens Steube
d04dec91d1
Merge pull request #3448 from davidbolvansky/status-info-enhanced
...
Added more HW info to status-json output
2022-09-09 13:20:46 +02:00
Jens Steube
c42b1b9385
Merge pull request #3446 from Chick3nman/master
...
Add warning for potfile-disable in Assoc Attack mode
2022-09-08 12:51:17 +02:00
Dávid Bolvanský
98fd9126b9
Added more HW info to status-json output
2022-09-07 23:57:46 +02:00
Chick3nman
dd58e52800
Fix Typo
...
Fix a minor typo in a comment
2022-09-07 15:52:06 -05:00
Chick3nman
ee11834d3c
Add potfile warning for Assoc Attack
...
Warn users that the potfile will not be used for Association Attack mode
2022-09-07 15:50:20 -05:00
Jens Steube
acbcd04884
Merge pull request #3441 from IppSec/master
...
Updated flask session max length for payload to be 2047
2022-09-07 17:44:41 +02:00
ippsec
cec997e321
Change the token size from 2047 to 56. In the current kernel we only have 57 bytes worth of space
2022-09-06 14:58:11 -04:00
Jens Steube
120b39dca8
Merge pull request #3442 from davidbolvansky/hybrid_attack_hex
...
Do not hexify worldlist when --hex-charset is used
2022-09-06 10:24:36 +02:00
Dávid Bolvanský
454b0ad294
Do not hexify worldlist when --hex-charset is used
2022-09-06 01:25:23 +02:00
Jens Steube
1d9147ce1c
Merge pull request #3439 from davidbolvansky/hash-info-deprecated
...
Expose deprecated status and notice in hash info
2022-09-05 18:28:20 +02:00
ippsec
1687fd80f4
Updated flask session max length for payload to be 2047
2022-09-05 11:26:34 -04:00
Dávid Bolvanský
ba886c4805
Expose deprecated status and notice in hash info
2022-09-04 23:02:06 +02:00
Jens Steube
613c863f1d
Prepare an enum type to represent the final return codes
2022-09-04 18:10:40 +02:00
Jens Steube
93d40beb17
Status Code: Add specific return code for self-test fail (-11)
...
Fixes https://github.com/hashcat/hashcat/issues/3437
2022-09-03 15:46:40 +02:00
Jens Steube
9de24b8598
Unset PRODUCTION option
2022-09-02 17:23:37 +02:00
Jens Steube
e5b3023636
hashcat 6.2.6
2022-09-02 16:58:13 +02:00
Jens Steube
00653c9f73
Fix some changes.txt typos
2022-09-01 20:59:00 +02:00
Jens Steube
ea29cb5805
Restore: Restore timer is decreased from 60 seconds to 1 second, but only updates if there's actually a change compared to previous data written to restore file
2022-08-31 11:44:13 +02:00
Jens Steube
7b36d7ebf8
Fixed autodetect memory allocation for temporary hashes for LUKS v1 (legacy) in --identify mode
2022-08-31 10:53:56 +02:00
Jens Steube
5aaf8e2c42
AMD Driver: Updated requirements for AMD Linux drivers to "AMDGPU" (21.50 or later) and "ROCm" (5.0 or later)
...
AMD Driver: Updated requirements for AMD Windows drivers to "AMD Adrenalin Edition" (Adrenalin 22.5.1 exactly)
2022-08-30 10:12:26 +02:00
Jens Steube
9ed69c6248
Add missing unit-test for -m 29700
2022-08-30 09:10:13 +02:00
Jens Steube
289f6b7cbd
Fix missing OPTS_TYPE_PT_ALWAYS_HEXIFY in -m 29700 which is later required for test.sh compatiblity
2022-08-29 20:35:10 +02:00
Jens Steube
05ee1076d4
Merge pull request #3431 from hashcat/philsmd-remove-rule-bom
...
fixes #3425 : remove BOM from some rule files
2022-08-28 19:46:13 +02:00
Jens Steube
2e5cc361db
Merge pull request #3430 from hashcat/philsmd-status-na
...
cosmetic: use N/A in status prompt, typo fix
2022-08-27 18:11:37 +02:00
philsmd
eb7f33f6b9
remove BOM from T0XlC_insert_HTML_entities_0_Z.rule
2022-08-27 11:39:56 +02:00
philsmd
920231eefe
remove bom from T0XlCv2.rule
2022-08-27 11:37:27 +02:00
philsmd
13ac0561ab
cosmetic: use N/A in status prompt, typo fix
2022-08-27 11:08:36 +02:00
Jens Steube
49517f63cb
HIP Backend: removed unused functions from hiprtc to workaroung missing function symbols on windows dll
2022-08-26 14:53:15 +02:00
Jens Steube
e363bf787e
Add XML support for keepass keyfile and improve performance by not using chdir()
2022-08-25 20:33:10 +02:00
Jens Steube
fd5700a607
Add missing recursivefiles2sha256sum.pl for mode 29700
2022-08-24 14:33:57 +02:00
Jens Steube
f6275fb47b
Merge pull request #3421 from davidbolvansky/amd_driver_unstable_warnings
...
Remove unstable warnings for AMD GPU
2022-08-23 17:50:45 +02:00
Jens Steube
93e9da9716
Merge pull request #3424 from davidbolvansky/metal_spaces_in_inc_path
...
metal: escape spaces in include path with backslash
2022-08-22 15:34:34 +02:00
Jens Steube
7ca2627bc2
Added hash-mode: KeePass 1 (AES/Twofish) and KeePass 2 (AES) - keyfile only mode
2022-08-21 18:02:35 +02:00
Jens Steube
c884a5d02f
Logfile: Write per-session "recovered new" value to logfile
...
Fixes https://github.com/hashcat/hashcat/issues/3392
2022-08-20 09:39:59 +02:00
Dávid Bolvanský
480c23c05d
metal: escape spaces in include path with backslash
2022-08-19 23:58:35 +02:00
Jens Steube
a52b70d1c5
Refactored Recovered.New... handling
2022-08-19 12:02:21 +02:00
Dávid Bolvanský
38f6bbcbdc
Remove unstable warnings for AMD GPU
2022-08-18 22:22:01 +02:00
Jens Steube
bf0ffa66d7
Abstract access to digests_done_new via API
2022-08-18 11:21:34 +02:00