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 Posted [asc]
    Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance

The kernel building is a once-per-algorithm-per-hashcat-version thing, and will only slow you down on the first run.
royce hashcat 7 3,927 04-08-2019, 10:14 PM
    Thread: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)

Ah, so it was previously running, and then it got overwritten somehow? My first instinct is to say that it's almost certainly due to either a non-hashcat-supplied script with a bug in it, or some o...
royce hashcat 2 1,558 04-06-2019, 05:09 PM
    Thread: Help with specific password scheme
Post: RE: Help with specific password scheme

The rules would probably have to stop there, because the number of combinations would probably go up pretty quickly - adding three specials to the previous calculation would be 600K rules x (35^3) wou...
royce hashcat 3 1,589 04-02-2019, 04:06 AM
    Thread: Help with specific password scheme
Post: RE: Help with specific password scheme

A hybrid attack might be fine. If you generate the wordlist on the fly, no need to store it anywhere. I'd do it with everything but the first four digits prepended and then pipe the output of that scr...
royce hashcat 3 1,589 04-01-2019, 04:48 PM
    Thread: hashcat do not work android linux ?
Post: RE: hashcat do not work android linux ?

There appears to be no OpenCL on this platform. OpenCL is required.
royce hashcat 2 1,739 03-31-2019, 05:10 PM
    Thread: sagitta.pw, is it legit?
Post: RE: sagitta.pw, is it legit?

By "it" do you mean Hashstack, their software? You only get it if you also buy their hardware.
royce Hardware 5 3,070 03-31-2019, 04:53 AM
    Thread: Separator unmatched when using example hash
Post: RE: Separator unmatched when using example hash

Hashes containing '$' need to be enclosed in single quotes on the Unix commandline. This is because $[string] is a way to do variable substitution in bash and related shells. Once you fix that, you ...
royce hashcat 2 8,713 03-16-2019, 08:10 PM
    Thread: iClass request
Post: RE: iClass request

https://www.cs.bham.ac.uk/~garciaf/publications/dismantling.iClass.pdf
royce hashcat 4 2,577 03-16-2019, 01:38 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,357 03-11-2019, 04:26 PM
    Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...

Well, theoretically, you could download the HIBP SHA-1 hashes from https://haveibeenpwned.com/Passwords, and then crack them with hashcat using your list as a wordlist. But since the HIBP list is so l...
royce hashcat 4 3,071 03-10-2019, 06:30 PM
    Thread: Wordlist massive attack
Post: RE: Wordlist massive attack

You can assemble the passphrases from a one-word-per-line wordlist, using princeprocessor, and then pipe it to hashcat, using one of the prince_*.rule rules files to supply more work to the GPUs.
royce hashcat 3 2,583 03-01-2019, 07:14 AM
    Thread: Veracrypt with keyfile
Post: RE: Veracrypt with keyfile

Sounds like it's a passphrase, and you know the wordlist, but not the order. princeprocessor could be used to generate all possible combinations of words. You may need to alter princeprocessor's so...
royce hashcat 2 1,630 02-25-2019, 07:20 PM
    Thread: First Cracking Rig
Post: RE: First Cracking Rig

Since mining has dropped off a bit, you can probably pick up some of the higher-end multi-PCIe boards for pretty cheap. Some examples: https://bitcoin.zorinaq.com/many_pcie/ Some attacks are happier ...
royce Hardware 19 10,139 02-19-2019, 05:49 PM
    Thread: First Cracking Rig
Post: RE: First Cracking Rig

I hadn't seen that case before - interesting form factor. If you intend to run long jobs, make sure that your cooling of the room itself is adequate. I haven't done the math, but 2x1600 PSUs seems ...
royce Hardware 19 10,139 02-19-2019, 05:29 PM
    Thread: No password candidates received in stdin mode, aborting...
Post: RE: No password candidates received in stdin mode,...

alexb, to clarify: you've told hashcat that you want to use your own wordlist (-a 0), but you haven't supplied one.
royce hashcat 10 8,858 02-13-2019, 04:03 PM
    Thread: What makes cracking faster for a given algorithm
Post: RE: What makes cracking faster for a given algorit...

The answer should be intuitive. Some algorithms are literally much 'faster' than others. If the hash wasn't really designed for cracking-resistant password storage - such as MD5 - then it's quite fas...
royce General Talk 1 1,563 02-11-2019, 03:05 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

By default, cracks will be written to hashcat.potfile - you don't need -o. If you use -o, hashcat assumes that you're semi-automating something and a lot of the output is suppressed.
royce hashcat 9 3,824 02-10-2019, 08:33 AM
    Thread: Missing example hashes
Post: RE: Missing example hashes

OK, I've done the easy ones (that don't require a file upload to hashcat.net), and I've made inquiries about the remainder. Thanks again - good eye!
royce hashcat 3 1,880 02-07-2019, 04:30 PM
    Thread: Missing example hashes
Post: RE: Missing example hashes

I'll take a look. Thanks for the heads-up! Note that you can often use 'hashcat --example-hashes' as a workaround.
royce hashcat 3 1,880 02-07-2019, 04:05 PM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

I appreciate why this change happened, but from a UX perspective, especially for users who are not developers or very busy and not tracking hashcat release notes, is there any way to at least detect t...
royce hashcat 29 21,222 02-06-2019, 05:44 PM