Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [desc] Posted
    Thread: crude shell script for running *all* benchmarks
Post: crude shell script for running *all* benchmarks

Saves one benchmark per file, so if you're troubleshooting something that only dies on some hashes, you can resume efficiently (because it will skip existing benchmark files). https://gist.github.c...
royce User Contributions 0 2,238 11-19-2017, 03:32 AM
    Thread: Problem with scrypt
Post: RE: Problem with scrypt

You might want try your attack against the example scrypt hash listed here: https://hashcat.net/wiki/doku.php?id=example_hashes ... to validate your attack method.
royce hashcat 1 2,271 11-19-2017, 02:36 AM
    Thread: Empty PDF password
Post: RE: Empty PDF password

It's possible that the password was added by some tool other than Acrobat. It sounds like you found a workaround with using qpdf?
royce hashcat 1 2,282 11-19-2017, 02:07 AM
    Thread: which version of hashcat should I choose?
Post: RE: which version of hashcat should I choose?

And to clarify, you're almost always better off using the version from hashcat.net rather than the one that's bundled with your OS (for Linux, Windows, and macOS, anyway). The FreeBSD port from the Fr...
royce hashcat 2 2,300 11-19-2017, 01:44 AM
    Thread: Newbee Question about Requirements(RESOLVED)
Post: RE: Newbee Question about Requirements

You need OpenCL. Download and install what the hashcat.net/hashcat/ page suggests for your platform. The reason why should be easily Google-able, but in a nutshell, it's a unified language for writing...
royce hashcat 2 2,302 04-05-2018, 06:06 AM
    Thread: Hashcat cloud help
Post: RE: Hashcat cloud help

Howtos and examples are plentiful with a simple Internet search. https://medium.com/@iraklis/running-hashcat-v4-0-0-in-amazons-aws-new-p3-16xlarge-instance-e8fab4541e9b Depending on your use cas...
royce hashcat 1 2,311 11-19-2017, 02:11 AM
    Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR

If it's only happening for certain hash types, it's probably not a driver problem. How many rules are you using? This sounds like there are more end-result rules than will fit in GPU memory.
royce hashcat 6 2,317 10-29-2019, 06:14 AM
    Thread: usr/bin/opencl directory missing abort
Post: RE: usr/bin/opencl directory missing abort

The GeForce 8500 is indeed quite outdated. Also, don't take anything from The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) - its OpenCL is ... questionable. Get a new card (I'd recommend a...
royce hashcat 1 2,328 11-19-2017, 02:23 AM
    Thread: Help me identify encription type
Post: RE: Help me identify encription type

Is that the full hash, or is it redacted?  If the former, note that posting unredacted hashes with unknown corresponding plaintexts is against the forum rules (https://hashcat.net/forum/archive/index...
royce hashcat 3 2,335 11-11-2018, 03:29 PM
    Thread: Error ejecutando hashcat -m2500 -a 3
Post: RE: Error ejecutando hashcat -m2500 -a 3

En Ingles, por favor. Your video card is too old. Also, your hccap is too old - see https://hashcat.net/q/hccapx
royce hashcat 1 2,337 06-13-2018, 08:13 AM
    Thread: TITAN RTX - performance issues?
Post: RE: TITAN RTX - performance issues?

It's OK to use hashcat GUI if it works for what you're trying to do. But many of the things you'll eventually want to do are better done with the command line directly.
royce hashcat 5 2,340 10-29-2019, 06:16 AM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

I often run more than one simultaneously, either distributing load among GPUs, or else pausing one long-running job to run a short-running job. This is often easier than quitting and restoring. The b...
royce hashcat 8 2,341 01-18-2020, 02:42 AM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

Coloradohusky Wrote: (01-18-2020, 02:48 AM) -- Got it; do they interact well together with the potfile or does --session make them have separate potfiles? I don't believe so, based on the wiki, so wo...
royce hashcat 8 2,341 01-20-2020, 08:34 PM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

slyexe Wrote: (01-18-2020, 02:55 AM) -- I suppose if you're managing a good cracking rig this would make sense. I never thought of that, you got me there. Only having a single card, I wouldn't want t...
royce hashcat 8 2,341 01-20-2020, 08:35 PM
    Thread: help me on how to create this hash
Post: RE: help me on how to create this hash

This doesn't appear to be a hashcat-specific question.
royce hashcat 1 2,342 11-19-2017, 02:40 AM
    Thread: Wordlist + rules length filter
Post: RE: Wordlist + rules length filter

The traditional answer: This is a known issue. Because rules are applied on GPU, this can't be fixed for fast hashes without significantly slowing down cracking - and doesn't need to be fixed for s...
royce hashcat 1 2,347 11-15-2018, 05:26 PM
    Thread: Help with hash
Post: RE: Help with hash

Hashcat only supports CRC-32 at this writing. Code: -- $ hashcat --help | grep -i crc  11500 | CRC32                                            | Checksums --
royce hashcat 2 2,351 11-18-2018, 07:33 PM
    Thread: Migrating from Passware to Hashcat (need guidance and opinion of experts here)
Post: RE: Migrating from Passware to Hashcat (need guida...

Switching to hashcat, you will definitely be able to get a lot more performance out of your hardware for a number of hash types, but it comes at a price: less point-and-click automation. You'll need t...
royce hashcat 2 2,352 02-06-2019, 07:40 AM
    Thread: How does PCIE x1 affect speed?
Post: RE: How does PCIE x1 affect speed?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_on_cracking_speed
royce Hardware 2 2,359 03-11-2019, 04:26 PM
    Thread: Characters don't work on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) LINUX Terminal
Post: RE: Characters don't work on The-Distribution-Whic...

I'm not clear what your question is, though I would advise: * Use a Linux distro other than K-a-l-i - its OpenCL integration needs work. * Use the latest version of hashcat (3.30 is very outdated)...
royce hashcat 1 2,363 11-19-2017, 02:27 AM