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: Compile Hashcat static version
Post: RE: Compile Hashcat static version

You can use latest beta an remove unwanted modes from modules/
atom hashcat 1 1,402 03-23-2019, 06:17 PM
    Thread: RX 5700 XT OpenCL amdgpu-pro problem
Post: RE: RX 5700 XT OpenCL amdgpu-pro problem

1. uninstall pocl, retry. there's a good chance it will work 2. uninstall amdgpu-pro, install rocm. rocm is much better
atom Hardware 3 1,461 03-06-2020, 01:36 PM
    Thread: power
Post: RE: power

Should be covered in detail in the hardware section
atom Hardware 1 1,483 03-03-2019, 11:34 AM
    Thread: Determining which slot a GPU is in?
Post: RE: Determining which slot a GPU is in?

I think clinfo can print the PCI slot number, so you can then translate to hashcat OpenCL device.
atom hashcat 2 1,530 04-02-2019, 01:19 PM
    Thread: Weird result with MSSQL 2000 mode 131
Post: RE: Weird result with MSSQL 2000 mode 131

You're right, it should. I've never seen this block being filled with data (not being zero). Please create GitHub issue.
atom hashcat 3 1,554 08-22-2019, 11:25 AM
    Thread: Hashcat with AMD FX 8320 and AMD RX 480
Post: RE: Hashcat with AMD FX 8320 and AMD RX 480

Use the AMD driver from their site
atom General Talk 1 1,564 01-16-2019, 06:47 AM
    Thread: A bit of an issue with rules.
Post: RE: A bit of an issue with rules.

That's exactly how it should be (see Rejected.........: 3/3). If you want the rules applied before the contraint check use -S.
atom hashcat 4 1,564 02-11-2020, 09:50 PM
    Thread: Recover password from FreeArc file
Post: RE: Recover password from FreeArc file

arc is not supported
atom hashcat 1 1,569 03-03-2019, 11:43 AM
    Thread: Hashcat slows down after staring attack.
Post: RE: Hashcat slows down after staring attack.

This is totally not the same problem. As you have read from the original post the user was using 779 networks instead of 1. In your case it's probably heating. Keep a look at the temperature. If it go...
atom hashcat 1 1,629 06-28-2018, 04:21 PM
    Thread: How to write these rules?
Post: RE: How to write these rules?

That's not possible to do with rules, because rules have no influence on picking the right words in the wordlist. Rules are made however to add single characters. So what you have to do is to create t...
atom hashcat 1 1,634 01-10-2019, 05:12 PM
    Thread: CL_BUILD_PROGRAM_FAILURE
Post: RE: CL_BUILD_PROGRAM_FAILURE

Was already fixed with latest beta.
atom hashcat 1 1,648 06-22-2019, 03:52 PM
    Thread: Hebrew charset + masking?
Post: RE: Hebrew charset + masking?

There are a million things to think of when it comes to the encoding nightmare. Generally: Hashes work bytewise. Hashcat works bytewise. No need to do anything if you run wordlist attacks. It will...
atom hashcat 2 1,654 03-14-2019, 08:46 AM
    Thread: Duplicates
Post: RE: Duplicates

That's not how it is supposed to work. If you have dupe hashes in your hashlist, hashcat will automatically remove the dupes on startup. It will then create a single entry for in the potfile if it cra...
atom hashcat 1 1,674 09-08-2018, 10:31 AM
    Thread: New plugin developer guide
Post: RE: New plugin developer guide

Thanks for the feedback. Note that this documents is meant as a reference guide, not a tutorial. It would be great to have a quick tutorial, too. If you need any support in writing it, hashcat develop...
atom hashcat 5 1,717 03-28-2020, 07:52 AM
    Thread: md5($salt.$pass) vs md5($pass.$salt) speeds
Post: RE: md5($salt.$pass) vs md5($pass.$salt) speeds

There's multiple reasons. The way how hashcat exploits some weakness in MD5 to get additional acceleration requires it to change only the first 4 bytes of the input data. Since this part is fixed (bec...
atom General Talk 2 1,729 05-22-2019, 11:09 AM
    Thread: Restore point stays at 0
Post: RE: Restore point stays at 0

Number of entries in the hashfile also has a big influence.
atom hashcat 3 1,751 06-22-2019, 03:51 PM
    Thread: How to obtain a list of emails?
Post: RE: How to obtain a list of emails?

You mean you have a list of hashes that are hashes of email addresses or entire emails? If it's email addresses I'd suggest combinator attack. If it's really emails you're lost.
atom hashcat 1 1,760 06-28-2018, 04:31 PM
    Thread: How is the prompt consistently at the bottom of the screen?
Post: RE: How is the prompt consistently at the bottom o...

Depends on your OS. The tty_* functions are important to make the console unbuffered.
atom General Talk 1 1,781 06-30-2018, 11:22 PM
    Thread: GPU usage optimization
Post: RE: GPU usage optimization

This is relevant only for AMD GPU. Don't use these settings, they can break things.
atom hashcat 2 1,797 03-14-2019, 08:42 AM
    Thread: Hashcat Shows Double the GPU count?
Post: RE: Hashcat Shows Double the GPU count?

Very strange behavior, never saw that before. Problem roots likely in /etc/OpenCL/vendors/ configuration.
atom hashcat 2 1,798 01-10-2019, 05:12 PM