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 [asc] Posted
    Thread: A few errors
Post: RE: A few errors

Hmm ... yeah, if it's only happening under higher load, it could be hardware-related or thermal-related. The tell is that it's intermittent.
royce hashcat 3 2,627 06-02-2018, 08:13 AM
    Thread: A few errors
Post: RE: A few errors

The UNKNOWN_ERROR family is exactly that - an unexpected, difficult-to-classify-by-OpenCL error condition. I don't have a lot of experience in that area, but if it's probably hardware, you'll have to ...
royce hashcat 3 2,627 06-03-2018, 10:30 AM
    Thread: Introduction
Post: RE: Introduction

Welcome! Interesting thread idea - we'll see if it takes root!
royce General Talk 2 2,625 05-17-2018, 05:41 AM
    Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type

In general, the only way to tell for sure is to crack one. Other tools like MDXfind are good at tackling many different algos at once against a pile of unknown hashes. hashcat and MDXfind have some...
royce hashcat 3 2,624 11-09-2018, 11:05 PM
    Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type

It's not open source, but it's free to use. Note also that I've removed the hashes from your post - posting full hashes with non-known plains is against the forum rules.
royce hashcat 3 2,624 11-10-2018, 01:39 AM
    Thread: MS Office 2019 hashes
Post: RE: MS Office 2019 hashes

According to this John the Ripper pull request (https://github.com/magnumripper/JohnTheRipper/pull/3460) from @dhiru, they're the same.
royce General Talk 2 2,622 11-14-2018, 05:53 PM
    Thread: help with hashcat.
Post: RE: help with hashcat.

Are you cards detected by hashcat? What is the output of hashcat -I?
royce hashcat 13 2,609 04-25-2020, 06:41 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: Win10 hash
Post: RE: Win10 hash

You might want to validate your setup and attack method using the corresponding example hash from: https://hashcat.net/wiki/doku.php?id=example_hashes
royce hashcat 1 2,582 11-19-2017, 02:41 AM
    Thread: Rockyou hcmask files
Post: RE: Rockyou hcmask files

I believe that they're derived from an expected runtime (based on a baseline cracking rate): The first number is a way to keep them sorted, and the second number is the number of seconds. Code: --...
royce hashcat 1 2,578 12-10-2017, 09:16 PM
    Thread: Hash.org passwords?
Post: RE: Hash.org passwords?

This isn't hashcat-specific, but FWIW the hashes.org "found" lists sound like what you're looking for. https://hashes.org/left.php They are the "Complete found in plain" lists at the bottom of t...
royce hashcat 3 2,577 09-02-2018, 11:01 PM
    Thread: Hash.org passwords?
Post: RE: Hash.org passwords?

The topic isn't necessarily hashcat-specific; that's all. But that's OK, given that it's a topic of sufficient general interest. And hashes.org founds is definitely a high-quality list - as is any ...
royce hashcat 3 2,577 09-03-2018, 12:21 AM
    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: Capturing a Win-rar hash!
Post: RE: Capturing a Win-rar hash!

https://github.com/philsmd/7z2hashcat
royce hashcat 1 2,562 11-19-2017, 02:18 AM
    Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....

There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github.
royce hashcat 2 2,543 01-02-2018, 04:37 AM
    Thread: Need help working with masks
Post: RE: Need help working with masks

Masks use ?, not $.
royce hashcat 5 2,536 02-03-2019, 06:51 PM
    Thread: Need help working with masks
Post: RE: Need help working with masks

We shall speak no more of it. :) Generally, that's a hybrid attack, word-on-the-left style - hashcat attack mode 6 (-a 6). Shifting case would be trickier - you'd have to preprocess the wordlist...
royce hashcat 5 2,536 02-04-2019, 12:00 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

That's ... a big wordlist. This isn't a direct answer to your question, but you might consider: - Splitting your dictionary into multiple chunks, using the `split` command on Unix-likes - If the w...
royce hashcat 23 2,533 07-10-2020, 01:59 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

rli is for deduplication *across files* - see this example: https://hashcat.net/wiki/doku.php?id=hashcat_utils#rli If you use 'split', you don't have to re-sort. Just use 'split' to take your exist...
royce hashcat 23 2,533 07-10-2020, 05:50 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

My having explicitly said "This isn't a direct answer to your question" isn't exactly "completely ignoring" your question, yes? The canonical solution to this problem is to not do what you're doing...
royce hashcat 23 2,533 07-10-2020, 03:18 AM