Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: sha1
Post: RE: sha1

./hashcat -m 100 F5FE40C30195E651276ED4D8DB4AFBC898F7A359 --hex-charset -a 3 ?a?a?a?a?a654cc53205be3cab383f572aed58595d or ?b for full binary
atom hashcat 2 10,071 09-14-2025, 08:02 AM
    Thread: hash lenght and pasword
Post: RE: hash lenght and pasword

Yes, the extraction tool typically picks the smallest file in archive and encodes the content in hex, so probably twice the size of the original file.
atom hashcat 4 12,102 09-04-2025, 09:07 AM
    Thread: hash lenght and pasword
Post: RE: hash lenght and pasword

No way to deduce the password length
atom hashcat 4 12,102 09-03-2025, 08:09 PM
    Thread: Dynamic rules syntax for append characters in certain position
Post: RE: Dynamic rules syntax for append characters in ...

You can use the } rule , then $ rule, then { rule Code: -- $ echo password | ./hashcat -j '}$R{' --stdout passworRd --
atom hashcat 1 10,264 09-03-2025, 08:07 PM
    Thread: Help with hashcat on Debian: "Unstable OpenCL driver detected!"
Post: RE: Help with hashcat on Debian: "Unstable OpenCL ...

Yes, my AMD hardware works fine. I just followed the official instructions. It even works under Docker: https://github.com/hashcat/hashcat/blob/master/docker/runtime.amd.ubuntu24.release You mig...
atom hashcat 5 12,586 09-02-2025, 08:00 AM
    Thread: Help with hashcat on Debian: "Unstable OpenCL driver detected!"
Post: RE: Help with hashcat on Debian: "Unstable OpenCL ...

AMD GPUs on Linux require "AMD Radeon Software for Linux" with "ROCm". Not sure if ROCm drivers support your hardware.
atom hashcat 5 12,586 09-01-2025, 08:37 PM
    Thread: 7.1.2 slower than 6.1.2 for SHA512
Post: RE: 7.1.2 slower than 6.1.2 for SHA512

I think I found the issue and fixed it. Please try with hashcat.net/beta binary if is fast again and let me know.
atom hashcat 10 16,406 08-28-2025, 08:15 PM
    Thread: 7.1.2 slower than 6.1.2 for SHA512
Post: RE: 7.1.2 slower than 6.1.2 for SHA512

As a workaround, you can stick to optimized mode, unless you really need password length >= 16 support, and enjoy 7.1.2 improved performance. This is a 10k iterated sh512crypt on my 4090: 7.1.2: ...
atom hashcat 10 16,406 08-28-2025, 04:53 PM
    Thread: 7.1.2 slower than 6.1.2 for SHA512
Post: RE: 7.1.2 slower than 6.1.2 for SHA512

Yes I can reproduce. Not sure what's the issue.
atom hashcat 10 16,406 08-28-2025, 03:49 PM
    Thread: [Discussion] Ideas for (at least one/two) new rules
Post: RE: [Discussion] Ideas for (at least one/two) new ...

Right but with the new -a8 attack you can do it, since it's freely programmable. So you can do your own rule engine in a8 with advanced logic, and you can vibe code it. It's brand new and not yet docu...
atom hashcat 2 6,784 08-28-2025, 03:48 PM
    Thread: hashcat v7.1.0
Post: RE: hashcat v7.1.0

Enjoy :)
atom hashcat 4 44,413 08-28-2025, 03:46 PM
    Thread: Problems with hex
Post: RE: Problems with hex

What you can also do is that you can use the GPU to compute the Argon2id, and then use the new python bridge to do everything afterwards on the CPU in Python. There's no demonstration mode which desc...
atom hashcat 7 12,145 08-28-2025, 03:45 PM
    Thread: 7.1.2 slower than 6.1.2 for SHA512
Post: RE: 7.1.2 slower than 6.1.2 for SHA512

OK, please run again command on 7.1.2, add to command line: -n256 -u128 -T128 --force
atom hashcat 10 16,406 08-27-2025, 11:38 AM
    Thread: 7.1.2 slower than 6.1.2 for SHA512
Post: RE: 7.1.2 slower than 6.1.2 for SHA512

It should not, please update to latest CUDA version 12.9 or higher.
atom hashcat 10 16,406 08-26-2025, 02:05 PM
    Thread: hashcat v7.1.0
Post: RE: hashcat v7.1.0

Welcome to the hashcat v7.1.2 release! This hotfix restores backward compatibility in machine-readable status view mode, which was broken in v7.1.0 and affected third-party overlays such as the Has...
atom hashcat 4 44,413 08-23-2025, 10:57 AM
    Thread: hashcat v7.1.0
Post: RE: hashcat v7.1.0

Welcome to hashcat 7.1.1 release! This hotfix addresses issues related to multi-hash handling in LUKS2 and KeePass (KDBX4). Single-hash cases were not affected. It also includes some other minor ch...
atom hashcat 4 44,413 08-18-2025, 07:36 AM
    Thread: hashcat v7.1.0
Post: hashcat v7.1.0

[hr] Welcome to hashcat v7.1.0! Download binaries and source code from hashcat (https://hashcat.net/hashcat/) or from GitHub (https://github.com/hashcat/hashcat) [hr] This is a minor release, ...
atom hashcat 4 44,413 08-16-2025, 12:30 PM
    Thread: DES_full.hccr Candidates
Post: RE: DES_full.hccr Candidates

I see you are not using --markov-disable, so judging by Candidates.#01, it does not work.
atom hashcat 2 6,648 08-15-2025, 08:03 AM
    Thread: error with brute-force
Post: RE: error with brute-force

It is clear now. This is not a hashcat bug. The error message is a bit misleading, but technically correct. What happens is that the shell (in your case cmd.exe) tries to match all files because the m...
atom hashcat 10 9,243 08-14-2025, 06:11 PM
    Thread: error with brute-force
Post: RE: error with brute-force

thanks!
atom hashcat 10 9,243 08-14-2025, 06:06 PM