Posts: 8
Threads: 1
Joined: Dec 2024
01-03-2025, 12:02 AM
(This post was last modified: 01-03-2025, 12:14 AM by LowellChief.)
(01-02-2025, 04:10 PM)svobodnui11 Wrote: (01-02-2025, 08:19 AM)LowellChief Wrote: Thanks again for the help. I entered my version of the command in your example but kept getting an error when I combined the attack mode 1 with the best64 rule.
I figured out a way to combine the 2 txt files a different way. Is there a place to download some of the other rules other than what come with the HC download? Specifically, the One rule to rule them all and possibly the unix ninja rule.
Thanks again for the help.
ask on Google this - OneRuleToRuleThemAll.rule
but maybe best choice is - hashcat-utils-1.9\bin\combinator.exe for you
Thank you and the Combinator exe. was how I merged my two lists and then I copied the list after the stdout command.
I have done that on Google and I was also looking at the updated One Rule which I found on Github but when I tried to download on my Chromebook(probably the problem) the page crashed.
https://github.com/stealthsploit/OneRuleToRuleThemStill
Posts: 8
Threads: 1
Joined: Dec 2024
Just wanted to see if there's anything I can do to optimize my system for HC. Here's my benchmark test results. Thank you for helping this noob in advance.
.\hashcat.exe --benchmark -m 15700
hashcat (v6.2.6) starting in benchmark mode
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
* Device #1: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #2: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
CUDA API (CUDA 12.7)
====================
* Device #1: NVIDIA GeForce RTX 4070 SUPER, 11053/12281 MB, 56MCU
OpenCL API (OpenCL 3.0 CUDA 12.7.33) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA GeForce RTX 4070 SUPER, skipped
OpenCL API (OpenCL 3.0 WINDOWS) - Platform #2 [Intel(R) Corporation]
====================================================================
* Device #3: AMD Ryzen 7 5700X3D 8-Core Processor, skipped
Benchmark relevant options:
===========================
* --optimized-kernel-enable
----------------------------------------------------------------
* Hash-Mode 15700 (Ethereum Wallet, SCRYPT) [Iterations: 262144]
----------------------------------------------------------------
Speed.#1.........: 1 H/s (7.71ms) @ Accel:1 Loops:1024 Thr:4 Vec:1
Started: Sun Jan 05 14:25:22 2025
Stopped: Sun Jan 05 14:25:34 2025
Posts: 381
Threads: 0
Joined: Nov 2017
use your CPU, use -d 3. Otherwise, no the hashrate will be seriously slow.
Posts: 8
Threads: 1
Joined: Dec 2024
(Yesterday, 11:28 PM)slyexe Wrote: use your CPU, use -d 3. Otherwise, no the hashrate will be seriously slow.
Thank you. When I use -d 3 , I get "No Devices Found/Left" from Hashcat
Any ideas?