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: 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: 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: 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 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: 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: 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: 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: 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: 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: New password guessing method
Post: RE: New password guessing method

Here's a copy from a previous discussion on a different guesser (it was not yet implemented). --- Good thing is, to get this flying, we can distribute the effort. First thing is that PCFG needs...
atom hashcat 2 1,362 01-03-2020, 10:38 AM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

instead of using: Code: -- hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -- you can also use: Code: -- hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -S --
atom General Talk 8 1,340 06-30-2020, 10:16 AM
    Thread: Total Noob hoping for some Hashcat help.
Post: RE: Total Noob hoping for some Hashcat help.

This completely makes no sense. In -m 10300 the salt is part of the hash.
atom hashcat 1 1,339 03-03-2019, 11:42 AM
    Thread: Macbook Pro starts at a decent speed but after a bit it is stuck at a low speed
Post: RE: Macbook Pro starts at a decent speed but after...

Please post the command line you are using
atom hashcat 1 1,321 03-10-2019, 06:24 PM
    Thread: Fixed length passwords w/ wordlists
Post: RE: Fixed length passwords w/ wordlists

Use princeprocessor, add ?l, ?d and ?u as part of the wordlist, set pw-min 8 and --pw-max 8 and use --elem-cnt-max 4 to workaround the brute-force effect.
atom hashcat 1 1,307 03-18-2019, 09:51 AM
    Thread: Can coexist gpus amd, intel with opencl
Post: RE: Can coexist gpus amd, intel with opencl

In theory yes, but it's not a hashcat question. It's an OpenCL runtime question, therefore we cannot answer this fully. Note that when you have the rx580 it's so much faster than the other devices you...
atom hashcat 1 1,242 04-02-2019, 01:32 PM
    Thread: DES ECB password search
Post: RE: DES ECB password search

With clear byte array, do you mean zero bytes? If yes you can use -m 14000 and set the salt to 0000000000000000
atom General Talk 4 1,229 03-18-2020, 08:38 AM
    Thread: DES ECB password search
Post: RE: DES ECB password search

It's a valid collision. both hashcat1 and harhbat1 are valid keys which will do exactly the same encryption/decryption of every input you give. you can verify with openssl.
atom General Talk 4 1,229 03-19-2020, 08:55 AM
    Thread: showing different hashtypes
Post: RE: showing different hashtypes

Not possible with pure hashcat. You need to wrap a script around.
atom hashcat 1 1,124 05-22-2019, 11:01 AM
    Thread: DMG - OpenCL hash
Post: RE: DMG - OpenCL hash

Not possible to convert
atom hashcat 1 1,099 08-22-2019, 11:20 AM