hashcat-bot
1cc2d435dc
Merge pull request #4304 from matrix/test_edge
...
Introduced the 'edge' test type in test.pl along with its corresponding tool, test_edge.sh
2025-07-10 18:48:56 +02:00
hashcat-bot
f199b8238b
Merge pull request #4306 from Chick3nman/json-fix
...
JSON device_id formatting fix
2025-07-10 18:43:27 +02:00
Chick3nman
e4daa498a3
Fix typo in changes.txt
2025-07-10 05:40:47 -05:00
Gabriele Gristina
c780d36d4b
updated credits.txt
2025-07-09 23:31:17 +02:00
Gabriele Gristina
5a5824ea59
Introduced the 'edge' test type in test.pl along with its corresponding tool, test_edge.sh
...
Hashcat is evolving, both in its core and in the supported algorithms.
To uncover bugs in the code, I implemented edge case testing to verify the settings defined in the specific algorithm test modules (e.g., m00000.pm), as well as the behavior of the kernels (pure and optimized) in relation to the different attack modes (-a0, -a1, etc.).
2025-07-09 23:19:49 +02:00
hashcat-bot
b5b0dd7266
Merge branch 'master' into fix_bitmap-max
2025-07-09 10:27:37 +02:00
hashcat-bot
570f5d9c90
Merge branch 'master' into fix_stdout_race-conditions
2025-07-09 10:14:15 +02:00
hashcat-bot
0dffb1953b
Merge branch 'master' into modules_unstable_warning-update
2025-07-09 09:50:59 +02:00
hashcat-bot
71e3c87e01
Merge pull request #4264 from DhruvTheDev1/patch-4
...
Fix: correct typo and "Hashcat" to "hashcat"
2025-07-09 09:47:28 +02:00
hashcat-bot
4654eccbc4
Merge pull request #4265 from DhruvTheDev1/patch-5
...
Update hashcat-assimilation-bridge.md
2025-07-09 09:47:00 +02:00
Jens Steube
290360ee55
Merge PR #4189 with minor edits
2025-07-09 09:14:21 +02:00
Jens Steube
c4c4a9fdc5
Merge PR #4194
2025-07-09 09:10:33 +02:00
Royce Williams
ca1ebc23a4
changes.txt for min/max password length display
2025-07-07 15:41:23 -08:00
Jens Steube
cb36d337eb
Merge pull request #4290 from redongh/master
...
minor Python-bridge documentation related updates
2025-07-07 19:59:26 +02:00
Jens Steube
a66e667c90
Merge pull request #3724 from matrix/hashInfo2int
...
User Options: assigned -H to --hash-info && Hash-Info: show more details using -HH
2025-07-07 19:55:48 +02:00
Jens Steube
13a9bb300f
Merge pull request #4275 from matrix/docs_status_code
...
Documents: Renamed status_code.txt in exit_status_code.txt and added device_status_code.txt
2025-07-06 21:50:04 +02:00
Gabriele Gristina
f663abee44
Added workaround to get rid of internal runtimes memory leaks
...
As of now, especially in the benchmark mode, hashcat will not go to create and destroy context and command-queue for each enabled device each time it switches from one hash-mode to the next.
Specifically using OpenCL with an NVIDIA device, it was not possible to complete the benchmark because clCreateContext has memory leaks that slowly consume all available GPU memory until hashcat can activate a new context and disable the device.
Avoid deprecated HIP functions
All hipCtx* features have been declared deprecated, so we have replaced them with the new ones, also fixing a critical bug on handling multiple AMD devices in the same system.
2025-07-06 21:28:37 +02:00
Gabriele Gristina
fba89b6888
Merge branch 'master' into hashInfo2int
2025-07-06 07:54:05 +02:00
Jens Steube
0df156e4c1
Merge branch 'master' into totalcandidates
2025-07-05 22:51:27 +02:00
red
d2656e376d
Update hashcat-python-plugin-development-guide.md
...
clarify location of custom Python scripts to be run without creating a dedicated module.
2025-07-05 00:30:39 +02:00
Gabriele Gristina
bcc351068f
Metal Backend:
...
- added support to 2D/3D Compute
- improved compute workloads calculation
Makefile:
- updated MACOSX_DEPLOYMENT_TARGET to 15.0
Unit tests:
- updated install_modules.sh with Crypt::Argon2
Argon2 start works with Apple Metal
2025-07-03 22:06:32 +02:00
Jens Steube
5c1ae6a1f6
Merge pull request #4273 from matrix/backend_ctx_devices_init_splitted
...
Backend: Splitting backend_ctx_devices_init into smaller runtime-specific functions
2025-07-01 20:24:43 +02:00
Gabriele Gristina
841cd8400d
Merge branch 'master' into fix_stdout_race-conditions
2025-06-30 13:43:11 +02:00
Gabriele Gristina
3b12c6b79d
Merge branch 'master' into hashInfo2int
2025-06-30 13:42:29 +02:00
Gabriele Gristina
cbb92d4897
Merge branch 'master' into hwmon_ctx_init_split
2025-06-30 13:40:46 +02:00
Gabriele Gristina
f848163b0a
Fixed race condition in selftest_init on OpenCL with non-blocking write
2025-06-29 23:08:43 +02:00
Gabriele Gristina
1978231c88
- Fixed bug in Hardware Monitor: prevent disable if ADL fail
...
- Hardware Monitor: Splitting hwmon_ctx_init function into smaller library-specific functions
2025-06-29 22:51:08 +02:00
Gabriele Gristina
161f00b9de
Documents: Renamed status_code.txt in exit_status_code.txt and added device_status_code.txt
2025-06-29 19:07:33 +02:00
Gabriele Gristina
ca71119968
Selftest: rename selftest function to process_selftest and splitting into 3 smaller functions
2025-06-29 16:59:39 +02:00
Jens Steube
c59d3b8f34
Merge pull request #4271 from matrix/backend_info_machine_readable
...
Backend Info: Added --machine-readable format
2025-06-29 14:58:49 +02:00
Gabriele Gristina
7e2c65cc98
Backend: Splitting backend_ctx_devices_init into smaller runtime-specific functions
2025-06-29 13:28:31 +02:00
Gabriele Gristina
904da431ae
Merge remote-tracking branch 'upstream/master' into hashInfo2int
2025-06-28 11:13:45 +02:00
Gabriele Gristina
92b2f996b2
update docs/changes.txt
2025-06-28 10:45:24 +02:00
Gabriele Gristina
101096a7c7
Merge remote-tracking branch 'upstream/master' into modules_unstable_warning-update
2025-06-26 22:21:49 +02:00
Gabriele Gristina
a5e472c12e
Merge remote-tracking branch 'upstream/master' into issue_4191
2025-06-26 21:43:40 +02:00
Gabriele Gristina
a3afca56b8
Merge remote-tracking branch 'upstream/master' into ripemd320
2025-06-26 21:37:40 +02:00
Dhruv
d23d4030d0
Update hashcat-assimilation-bridge-development.md
2025-06-23 15:29:45 +01:00
Dhruv
79709f080e
Update hashcat-assimilation-bridge.md
2025-06-23 15:08:22 +01:00
Dhruv
5b1d73e7d7
Update hashcat-assimilation-bridge-development.md
2025-06-23 14:59:31 +01:00
Jens Steube
13f48e563d
Merge pull request #4109 from matrix/makefile-clangIdentification
...
Fixed clang identification in src/Makefile
2025-06-22 20:29:50 +02:00
Jens Steube
1f3247be77
Merge pull request #4256 from DhruvTheDev1/patch-1
...
Fix Typo: change 'generatic' to 'generic' in both hashcat-assimilation-bridge-development.md and usage.c
2025-06-20 14:54:26 +02:00
Jens Steube
1e9f71990d
Merge pull request #4257 from DhruvTheDev1/patch-2
...
Update hashcat-assimilation-bridge.md
2025-06-19 23:08:50 +02:00
Dhruv
a472c572f6
Update hashcat-python-plugin-development-guide.md
...
- Changed some mistakes e.g. duplicates "the the" and improved some clarity too.
2025-06-18 15:23:43 +01:00
Dhruv
1a20e78131
Update hashcat-assimilation-bridge.md
...
- Fixed typos and improved clarity
2025-06-18 15:06:13 +01:00
Dhruv
40a2dbe5ec
Update hashcat-assimilation-bridge-development.md
...
I believe the generetic is a typo and should be generic in the help/documentation strings for bridge parameters in the bridge_init() function.
2025-06-18 15:01:27 +01:00
Jens Steube
f9d33a5729
Merge pull request #4104 from matrix/tuningdb_memoryLeaks
...
Fixed memory leaks in tuning_db_init in tuningdb.c
2025-06-13 13:01:58 +02:00
Jens Steube
fc7b1c5e16
Merge pull request #4101 from matrix/pkzip_stack-buffer-overflow
...
Fixed stack buffer overflow in PKZIP modules (17200, 17210, 17220, 17225, 17230)
2025-06-13 12:59:46 +02:00
Jens Steube
4246345950
Merge pull request #4249 from matrix/metal_device_alias
...
Alias Devices: Prevents hashcat, when started with x86_64 emulation on Apple Silicon, from showing the Apple M1 OpenCL CPU as an alias for the Apple M1 Metal GPU
2025-06-11 11:02:08 +02:00
Gabriele Gristina
1096d961a1
Backend: Updated filename chksum format to prevent invalid cache on Apple Silicon when switching arch
2025-06-10 23:19:12 +02:00
Gabriele Gristina
ef8223b17a
Alias Devices: Prevents hashcat, when started with x86_64 emulation on Apple Silicon, from showing the Apple M1 OpenCL CPU as an alias for the Apple M1 Metal GPU
2025-06-10 21:49:21 +02:00