1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-29 18:08:46 +00:00
Commit Graph

10131 Commits

Author SHA1 Message Date
stumblebot
a3b5125e43 updated some files in docs/ to reflect new hash-mode 2025-04-29 17:47:30 -04:00
stumblebot
40da94bc99 Added hash-mode: Citrix NetScaler (PBKDF2-HMAC-SHA256) 2025-04-29 17:47:21 -04:00
holly-o
96cadf80c1 Removed local .DS_Store files 2025-04-28 08:29:56 +01:00
Gabriele Gristina
24fa627f2f Added hash-mode: BestCrypt v4 Volume Encryption 2025-04-27 20:57:43 +02:00
Gabriele Gristina
af6afc06ea add test unit for 20730 (sha256(sha256($pass.$salt))) 2025-04-26 13:15:28 +02:00
Gabriele Gristina
12bc11482b add test unit for 33300 (HMAC-BLAKE2s-256) 2025-04-26 13:07:08 +02:00
luke
3c921390ef apply style docs 2025-04-26 06:48:08 +07:00
luke
439cb962f0 apply code style on src/modules/module_33100.c 2025-04-26 06:44:27 +07:00
Gabriele Gristina
6a6dd103f6 fix asn1_check_int_tag build failure with Apple Metal 2025-04-25 19:28:14 +02:00
Gabriele Gristina
cc9ae09b94 Improve ASN.1 check for RSA/DSA/EC/OpenSSH Private Keys modules (22911, 22921, 22931, 22941, 22951) 2025-04-25 19:13:33 +02:00
Gabriele Gristina
fb892e01a8 add workaround for false positives on 22931 2025-04-25 18:02:18 +02:00
luke
7f2df87cc1 rename 32710 to 33100 2025-04-25 11:28:04 +07:00
Gabriele Gristina
692db67bab restore the old usage message 2025-04-24 22:28:10 +02:00
Gabriele Gristina
fcfd7b00ba Added hash-mode: md5($salt1.$pass.$salt2) 2025-04-24 21:26:05 +02:00
TheToddLuci0
fb8c7b5173
Update WSL docs to use cmake for win-iconv 2025-04-24 12:41:11 -05:00
Gabriele Gristina
21a471139a avoid processing crc32 if the unpacked size is not the expected 2025-04-24 11:16:54 +02:00
luke
faecf1e034 Added hash-mode: md5($salt.md5($pass).$salt) 2025-04-23 08:48:01 +07:00
Gabriele Gristina
c105104b92 Modules: Check UnpackSize to raise false positive with hc_decompress_rar 2025-04-22 23:46:58 +02:00
Gabriele Gristina
358250fe7b cleanup zlib deps dir 2025-04-18 16:48:07 +02:00
Gabriele Gristina
16d117d470 update zlib to 1.3.1, commit 5a82f71 2025-04-18 14:53:52 +02:00
Gabriele Gristina
6568c5988b fix #3914 2025-04-18 14:17:21 +02:00
Andreas Vikerup
3268b58e24 add module 20713 - sha256(sha256(pass+salt)) 2025-04-15 16:25:53 +02:00
holly-o
d2e9eacca8
Added OpenCL files for plugin 67890 2025-04-11 16:11:20 +01:00
PenguinKeeper7
9b9a7a519a Recommend --keep-guessing on -m 20510 2025-04-05 19:10:12 +01:00
magnum
b2c846135d Recover from (rare) non-fatal file locking problems 2025-02-26 11:12:47 +01:00
holly-o
a8e0c8b213
Update apfs2hashcat.py
Remove hex version of known UUIDs
2025-02-21 16:06:29 +00:00
holly-o
7509c6f70a
Add apfs2hashcat.py 2025-02-21 16:03:42 +00:00
Jan Doskočil
3188f1a64d mod 8300 (NSEC3): support salt length up to what the standard allows 2025-02-19 12:56:59 +01:00
unix-ninja
faa680fbab Add gitea2hashcat.py 2025-02-15 22:30:05 -05:00
unix-ninja
08514edd22 Ignore .DS_Store files. 2025-02-15 22:29:38 -05:00
Mayank Malik
3033ed1263
Merge branch 'hashcat:master' into hip_rtc_windows_env_implementation 2025-02-11 16:50:50 +05:30
sc00bz
ab77b8f5ba Added support for multiple TOTP codes 2025-02-03 10:35:05 -06:00
banderlog
4e6077ad5c bugfix: prevent crashing when building on win 2025-01-18 03:26:25 +02:00
banderlog
c1459cd2d6 color cracked hash as an option 2025-01-17 11:54:39 +02:00
PenguinKeeper7
29259ff973 Improve salt length reporting in hashconfig
Increase the amount of hash modes that will have their salt min/max length showed by including SALT_TYPE_GENERIC
2025-01-07 02:43:31 +00:00
Borys Kabakov
6472ed2407
Merge pull request #1 from banderlog/banderlog-patch-1
Colorize cracked hashes for non windows
2024-12-24 16:54:50 +02:00
Borys Kabakov
9e4e7c1c60
Colorize cracked hashes for non windows
Make cracked hashes cyan in stdout, if program compiled on non _WIN os

partially solves:
- https://github.com/hashcat/hashcat/issues/3158 
- https://github.com/hashcat/hashcat/issues/3515
2024-12-24 16:53:31 +02:00
Romke van Dijk
4395d14678 Adding keybag2hashcat 2024-12-22 19:30:35 +01:00
PenguinKeeper7
3617df2f25 Gracefully handle corrupt .gz archives 2024-12-10 07:57:41 +00:00
PenguinKeeper7
475512a80e Add [b] [c] and [f] functionality in pause state
Add the ability to [b]ypass, [c]heckpoint and [f]inish an attack while paused. I'm not too sure why it was limited to only [r]unning states but have not found any bugs in testing
2024-12-06 05:43:10 +00:00
Nripesh Niketan
731aad106d Updated workflow as requested 2024-12-04 17:45:51 +00:00
Code Curiously
5b26392adb Fix RAM usage bug for Linux Apple Silicon #4125 2024-12-01 19:20:26 +00:00
PenguinKeeper7
dcfa17100e Minor typo fix 2024-11-26 00:09:53 +00:00
PenguinKeeper7
3e10c363de Check additional blocks for safety 2024-11-26 00:08:26 +00:00
Jakub Kramarz
55a0320847
Merge pull request #1 from stigtsp/mojolicious-fix
Fix problems with Mojolicious "paWlpaWl" module
2024-11-23 14:52:50 +01:00
Stig Palmquist
ebf2c154c2
Fix problems with Mojolicious "paWlpaWl" module
This commit fixes issues with the 16501 module for Mojolicious cookies.

- Fix parsing of message: The base64 encoded message has '=' characters
  replaced with '-' meaning that three such characters can be encountered
  at the end of the message. This commit sets a fixed size for the
  message and doesnt use a `sep` to parse it.

- Update self-test with real-world mojolicious cookie.

- Update the test module to reflect what's actually happening when
  Mojolicious generates a signed cookie.
2024-11-21 18:04:31 +01:00
wizardsd
0ba76629c0 Fixed a host buffer overflow bug when copying rules from host to device 2024-11-07 12:47:36 +03:00
Nripesh Niketan
620731c8e8 Optimize github workflow 2024-11-06 10:31:15 +00:00
Nripesh Niketan
d6b50c7d0b chore: update github workflow 2024-11-06 10:29:13 +00:00
Gabriele Gristina
3a3453c9dd Added hash-mode: md5(md5(md5($pass.$salt1)).$salt2) 2024-11-03 03:26:57 +01:00