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 [asc] Replies Views Posted
    Thread: Installing CL_OUT_OF_RESOURCES patch
Post: RE: Installing CL_OUT_OF_RESOURCES patch

The instructions on the wiki page are very clear - create a .reg file with the specified contents, then run it as Administrator and reboot. That last part is Google-able.
royce hashcat 1 1,508 12-11-2018, 05:59 AM
    Thread: Mask attack with brain
Post: RE: Mask attack with brain

Fast hashes can be too fast for brain to track exhausted attacks on a candidate-by-candidate basis (brain featureset 1 or 3), even if there is a very fast network between the brain server and the brai...
royce hashcat 5 3,636 12-08-2018, 03:46 AM
    Thread: Office 2013 token length exception
Post: RE: Office 2013 token length exception

Unable to replicate. I copied the example hash directly out of your post, and can crack it: Code: -- $ cat office2013.hash $office$*2013*100000*256*16*7dd611d7eb4c899f74816d1dec817b3b*948dc0b2...
royce hashcat 1 1,980 12-11-2018, 06:48 AM
    Thread: Parsing a Potfile
Post: RE: Parsing a Potfile

OP is looking for ways do to this in bulk, not one at a time. I'm not aware of a generic tool for slicing and dicing potfiles. I think most people roll their own. But there are enough interesting a...
royce hashcat 5 3,833 12-11-2018, 05:55 PM
    Thread: Parsing a Potfile
Post: RE: Parsing a Potfile

You'll probably have to invent something, then, based on principles like: * If a hash:plain pair has more than one colon and isn't HEX-encoded, separate it out into its own file, then use a 'rev | ...
royce hashcat 5 3,833 12-12-2018, 09:29 PM
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

Yes. Add more CPUs.
royce hashcat 8 5,504 12-15-2018, 06:51 PM
    Thread: Brain as a centralized potfile?
Post: RE: Brain as a centralized potfile?

1. Yes. All candidates are centrally reported and indexed. For slow hashes, this is effective, because it allows all clients to skip those candidates. For fast hashes, this will quickly bottleneck the...
royce hashcat 3 2,094 12-16-2018, 10:28 PM
    Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

Running a hybrid attack on a single mask against a single hash would indeed be pretty inefficient.
royce hashcat 7 3,762 01-05-2019, 01:12 AM
  Lightbulb Thread: 0% progress
Post: RE: 0% progress

'Rejected' means 'password candidate was inapplicable' (such as if it was too long or too short for that hash algorithm) rather than 'password candidate was tried and it didn't work'. Recommendatio...
royce hashcat 4 2,489 01-19-2019, 07:42 PM
    Thread: 0% progress
Post: RE: 0% progress

Progress in this context is 'how many hashes were successfully cracked'. So if you're only cracking a single hash, progress will always be either 0 or 100. :)
royce hashcat 4 2,489 01-19-2019, 09:39 PM
    Thread: Trying to get formatting right
Post: RE: Trying to get formatting right

Posting non-example unredacted hashes is against the forum rules (https://hashcat.net/forum/announcement-2.html). I've redacted your post. It looks like this mode may match: Code: --    140...
royce hashcat 6 3,629 01-20-2019, 08:53 PM
    Thread: No devices found/left
Post: RE: No devices found/left

Try hashcat -I to show OpenCL info. If there isn't any, then there is indeed something wrong with the driver install. You may also want to review https://hashcat.net/faq/wrongdriver to see if it can h...
royce hashcat 9 7,548 01-25-2019, 07:08 AM
    Thread: Ransomware attack [email protected]
Post: RE: Ransomware attack [email protected]

Jase, you might consider consulting with your local law enforcement. They often have access to tools to help you narrow down the variant and might be able to tell you more about how this particular va...
royce hashcat 4 4,900 01-13-2019, 08:35 PM
    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: Cracking a Truecrypt Container
Post: RE: Cracking a Truecrypt Container

That's hashcat mode 6223 (where 3 = "all" (all three algorithms)): Code: --   62XY | TrueCrypt                                        | Full-Disk Encryption (FDE) ...   �...
royce hashcat 2 3,013 01-27-2019, 10:30 PM
    Thread: Cracking foreign words/characters
Post: RE: Cracking foreign words/characters

This Stackexchange thread may be informative - it has some examples: https://security.stackexchange.com/questions/154901/attack-wpa-password-with-hashcat-settings-and-resources-for-german-passwords/1...
royce hashcat 4 3,252 01-29-2019, 03:09 AM
    Thread: Cracking foreign words/characters
Post: RE: Cracking foreign words/characters

It's often better to encode the custom charsets in the mask file itself, because it's persistent documentation of the nature of the attack that lives beyond that particular commandline.
royce hashcat 4 3,252 01-30-2019, 05:12 PM
    Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

You have to use a list of masks that represent all possible character positions in the target. This is of course not ideal; if hashcat had support for multibyte characters, all of these workarounds wo...
royce hashcat 4 2,417 01-31-2019, 06:27 PM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

hashcat doesn't need an external wordlist for this. Just use -a 3 and ?d?d?d?d?d?d.
royce hashcat 4 2,160 02-02-2019, 07:46 PM
    Thread: Need help working with masks
Post: RE: Need help working with masks

Masks use ?, not $.
royce hashcat 5 2,537 02-03-2019, 06:51 PM