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 [desc] Views Posted
    Thread: Hashcat doesn't manage fans/temps properly.
Post: RE: Hashcat doesn't manage fans/temps properly.

To solve the fan speed simply fix OpenCL installation by doing the steps *exactly* as explained here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_instal...
atom hashcat 3 4,697 12-09-2016, 02:05 PM
    Thread: Triple md5
Post: RE: Triple md5

It was part of hashcat legacy. If want it added to hashcat, see here how to request it : https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_featur...
atom hashcat 3 3,800 12-22-2016, 02:59 PM
    Thread: Building a budget rig, with room for upgrades. Help appreciated.
Post: RE: Building a budget rig, with room for upgrades....

It's pretty simple. If you want to buy hardware for cracking, use this: CPU: Minimum I7 CPU with Haswell microarchitecture or better GPU: NV with Maxwell chipset, AMD with amdgpu-pro compatibility...
atom Hardware 3 4,266 12-26-2016, 12:53 PM
    Thread: Office collision: 7 or more characters?
Post: RE: Office collision: 7 or more characters?

What's the problem here?
atom hashcat 3 4,027 12-26-2016, 11:08 PM
    Thread: Office collision: 7 or more characters?
Post: RE: Office collision: 7 or more characters?

Well, MD5 is 128 bit while RC4 (in this case) is only 40 bit. The mode #2 is not made to find collisions, it's more to find the correct password used. Having the correct password gives you the chance ...
atom hashcat 3 4,027 12-29-2016, 11:09 AM
    Thread: hashcat (v3.20) almost half slower vs cudaHashcat v2.01
Post: RE: hashcat (v3.20) almost half slower vs cudaHash...

Quote: -- * Device #1: Old CUDA chipset 3.0 detected, OpenCL performance is reduced. -- This is not a joke. OpenCL != CUDA. Old Hardware runs faster on CUDA New Hardware runs faster on OpenCL
atom hashcat 3 6,582 01-01-2017, 02:37 PM
    Thread: clGetDeviceInfo() error
Post: RE: clGetDeviceInfo() error

You need to install an OpenCL runtime to make use of your CPU. The screenshot of your GPUs make absolutely no sense in this case.
atom hashcat 3 8,477 01-05-2017, 01:44 PM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

If the password matches ?d?d?d?d then you should that. If not, then not.
atom hashcat 3 4,572 01-19-2017, 04:09 PM
    Thread: NTLM: hashcat vs RainbowCrack
Post: RE: NTLM: hashcat vs RainbowCrack

I think one of the most important problems with rainbow tables is this: Quote: -- you have a very small set of hashes to crack (I think? I haven't done much rainbow-table work, but I assume that...
atom hashcat 3 12,489 01-20-2017, 05:10 AM
    Thread: Hashcat v3.30 and resume
Post: RE: Hashcat v3.30 and resume

Problem solved on github issue, so closing this one here
atom hashcat 3 5,360 01-27-2017, 11:52 PM
    Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?

Sure not, if you try to load a sh256 hash without setting -m hashcat will give you a line length exception.
atom hashcat 3 3,661 01-26-2017, 09:47 AM
    Thread: Noob: Efficient way to "combine" masks and rules
Post: RE: Noob: Efficient way to "combine" masks and rul...

You can do: rule1.rule: Quote: -- sS$ -- rule2.rule: Quote: -- $0 $0 $0 $0 ... $9 $9 $9 $9 -- And then run hashcat with -r rule1.rule -r rule2.rule You can use --stdout to ...
atom hashcat 3 4,936 01-26-2017, 09:56 AM
    Thread: Noob: HMAC-SHA256 message digest and key
Post: RE: Noob: HMAC-SHA256 message digest and key

The message is too long (max 50 bytes). See here for format: https://hashcat.net/wiki/doku.php?id=example_hashes
atom hashcat 3 5,617 02-03-2017, 01:21 PM
    Thread: Noob: HMAC-SHA256 message digest and key
Post: RE: Noob: HMAC-SHA256 message digest and key

It's a hashcat limitation not a limitation caused by the algorithm itself.
atom hashcat 3 5,617 02-06-2017, 10:09 PM
    Thread: please add PuTTY private key cracker ! thx
Post: RE: please add PuTTY private key cracker ! thx

Rewrite it to get rid of the includes and we will think about it.
atom hashcat 3 6,346 02-15-2017, 09:02 PM
    Thread: Mask attack issues
Post: RE: Mask attack issues

Should have cracked 8 length passwords. I tried locally and it worked fine
atom hashcat 3 3,836 02-16-2017, 07:29 PM
    Thread: Mask attack issues
Post: RE: Mask attack issues

If we both can't reproduce the issue, the chances that there's no issue is higher than it is user error
atom hashcat 3 3,836 02-16-2017, 09:28 PM
    Thread: des raw algorithm
Post: RE: des raw algorithm

DES cracking is pretty fast with a decent GPU. Quote: -- root@et:~/hashcat# ./hashcat -m 14000 hash --hex-charset -1 charsets/DES_full.charset -a 3 ?1?1?1?1?1?1?1?1 hashcat (v3.30-318-gdd55c1e+) s...
atom General Talk 3 4,001 02-20-2017, 02:10 PM
    Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app

typical problem when people do something like by accident: hashcat64 thishash.txt -m0 -w 3 -a3 -o "hashcat64.exe" ?a?a?a?a
atom hashcat 3 5,797 02-21-2017, 10:42 AM
    Thread: des raw algorithm
Post: RE: des raw algorithm

Sure the ETA goes up but not because of the code (so bloom filter is integrated already) it is because the number of salts increase. Your attack, whatever you're doing, is somehow not cleanly designed...
atom General Talk 3 4,001 02-21-2017, 10:51 AM