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: newbie
Post: RE: newbie

Hey, you're welcome! Hope you come back again soon to post a second time. :)
royce General Talk 1 4,085 11-19-2017, 03:07 AM
    Thread: running two different cards in same machine
Post: RE: running two different cards in same machine

Hashcat will happily use heterogeneous cards.
royce Hardware 2 4,100 11-08-2015, 06:31 AM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

By default, hashcat only uses GPUs when available. You can modify that with these flags. Code: -- $ hashcat --help | grep opencl-device -d, --opencl-devices           | Str  | OpenCL device...
royce hashcat 8 4,135 11-10-2018, 07:41 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

No, --force would have no effect on not skipping a given platform. Only -D and -d will do that.
royce hashcat 8 4,135 11-10-2018, 11:49 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

Ah, I didn't know about the instruction consequences of using -d. Interesting.
royce hashcat 8 4,135 11-11-2018, 03:23 PM
    Thread: Burned out 12 V wires from PSU
Post: RE: Burned out 12 V wires from PSU

I'm not as much of a power expert as others in the forum, but here's my take. Max power for 980s is 165W. Even if you were doing password generation on your CPU or something, assuming max 350W for the...
royce Hardware 2 4,146 01-24-2016, 11:58 PM
    Thread: optimizing masks with Descrypt
Post: RE: optimizing masks with Descrypt

You can generate a list of masks following these restrictions, and then pass a file containing those masks to hashcat. https://thesprawl.org/projects/pack/#specifying-maximum-complexity
royce General Talk 2 4,162 10-16-2016, 07:09 PM
    Thread: SHA512 Linux
Post: RE: SHA512 Linux

That looks about right, given your card.  sha512 is a slow hash. Code: -- cudaHashcat v1.38 starting in benchmark-mode... Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU Device #2: GeFor...
royce Old oclHashcat Support 2 4,182 11-08-2015, 07:18 PM
    Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?

Some attack modes do work with a path to a folder.
royce hashcat 2 4,186 02-27-2017, 03:02 AM
    Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone

hashcat no longer has a dependency on CUDA - only on OpenCL. See also: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system
royce hashcat 4 4,186 08-25-2018, 09:07 PM
    Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone

The K.a.l.i. team claims to have addressed the OpenCL issue. Note that it's OpenCL that you're after, not CUDA. Getting OpenCL properly working under K.a.l.i. may vary - you might want to use the 'sea...
royce hashcat 4 4,186 08-27-2018, 01:47 AM
    Thread: Hash types with multiple iterations/rounds
Post: RE: Hash types with multiple iterations/rounds

Good question! Arbitrary iteration is currently out of scope for hashcat. atom has previously added specific cases when it's a commonly needed hash, but that's it. Outside of the hashcat world, ...
royce hashcat 1 4,188 05-20-2018, 06:00 PM
    Thread: md5(md5($pass)$salt) for hash code 1$
Post: RE: md5(md5($pass)$salt) for hash code 1$

You're mean, radix. 1$ [sic] seemed like a pretty competitive offer to me. ;)
royce General Talk 2 4,191 09-11-2016, 05:33 AM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

You need to use the native NVIDIA drivers and their associated OpenCL. This guide for driver baselining and reinstallation may be helpful. https://hashcat.net/faq/wrongdriver CUDA is not nec...
royce hashcat 9 4,194 01-26-2019, 01:54 AM
    Thread: hash mode numbering logic
Post: RE: hash mode numbering logic

There is also a broad kind of namespace management that seems to have started later, where types are grouped. For example, most of the MS Office ones are near each other, etc. When someone adds a mode...
royce hashcat 5 4,201 03-21-2018, 04:25 PM
    Thread: 2 computers
Post: RE: 2 computers

Yes, you could use the brain for this.
royce General Talk 5 4,235 11-09-2018, 08:41 AM
    Thread: Am I doing something wrong to cause this poor performance?
Post: RE: Am I doing something wrong to cause this poor ...

Not sure why your performance dropped. What version are you running -- latest release, or beta? You might try the latest beta, and see if you get the same results: https://hashcat.net/beta/ And gene...
royce Old oclHashcat Support 2 4,273 05-05-2016, 05:36 PM
    Thread: 500M hashes
Post: RE: 500M hashes

Yes. If your current platform isn't big enough to hold them all, there's no choice other than to chunk them. Just splitting it in half or thirds might be enough. When splitting it, be sure to use spli...
royce General Talk 3 4,305 05-28-2018, 09:34 PM
    Thread: 500M hashes
Post: RE: 500M hashes

GPU memory is probably the first bottleneck that you'll hit when processing a very large hashlist.
royce General Talk 3 4,305 06-03-2018, 05:17 PM
    Thread: Wordlist optimisation based on ruleset
Post: RE: Wordlist optimisation based on ruleset

There has been some work in this space, but it's a challenging problem. And it's highly idiosyncratic in that the usefulness of any given wordlist and ruleset depends heavily on the nature of the pass...
royce User Contributions 7 4,317 10-29-2019, 06:24 AM