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 [desc] Forum Replies Views Posted
    Thread: AMD FX6100 CPU
Post: RE: AMD FX6100 CPU

You need to install AMD Driver for GPU (I know it's crazy) - the CPU OpenCL runtime is part of it. You can uninstall the other packages you've installed, you don't need them.
atom Hardware 1 3,434 02-21-2017, 10:35 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

There's actually two ways: Use multiple masks with N constants in it to divide the total keyspace or a large rewrite of hashcat. But both can't help you. Such an integer overflow just shows that your ...
atom hashcat 14 12,596 02-21-2017, 10:39 AM
    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
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

It's none of the above cases. The problem is that the user has an rejected input: Quote: -- Rejected.........: 1/1 (100.00%) -- Which means that the wordlist contains a word < length 8. So e...
atom hashcat 10 11,325 02-23-2017, 01:35 AM
    Thread: Display error with driver Nvidia 378.13
Post: RE: Display error with driver Nvidia 378.13

Tuxel Wrote: (02-21-2017, 11:00 PM) -- Hello, I have found that the Nvidia driver 378.13 the MHz number is displayed incorrectly Quote: -- HWMon.Dev.#1.....: Temp: 35c Fan:  0% Util:100% Core:  ...
atom hashcat 1 2,843 02-23-2017, 01:39 AM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

Try the timeout patch: https://hashcat.net/wiki/doku.php?id=timeout_patch
atom hashcat 9 7,963 02-23-2017, 01:40 AM
    Thread: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
Post: RE: Don't detect any device - clGetDeviceIDs(): CL...

Do not confuse CUDA and OpenCL, it's two different things. Old version used CUDA, that's why it worked. New version uses OpenCL, and your error it's an OpenCL error. So probably you did not install Op...
atom hashcat 4 7,854 02-23-2017, 01:42 AM
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

There's a solution for that. Just run hashcat in --stdout mode and pipe it to hashcat doing the cracking. Like this: Quote: -- hashcat64.exe -r D:\rules\temprule.txt D:\custom.txt | hashcat64.ex...
atom hashcat 10 11,325 02-23-2017, 10:19 AM
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

In the past, hashcat worked like you suggested. The problem is that such an on-cpu rule engine would be to slow to feed password candidates on the faster ones of the slow hash family (like md5crypt). ...
atom hashcat 10 11,325 02-24-2017, 12:25 AM
    Thread: hashcat 3.30 and HD5850
Post: RE: hashcat 3.30 and HD5850

AMD dropped support for HD5850. You need to buy new hardware.
atom hashcat 3 4,125 02-24-2017, 12:28 AM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

I think you need to update the salt as well
atom hashcat 7 6,125 02-25-2017, 12:07 PM
    Thread: Process in HashCat $mskrb5$
Post: RE: Process in HashCat $mskrb5$

You need to move the salt after the hash: Quote: -- $krb5pa$23$tester$DOMAIN.COM$salt$601841F258521CD7A97A0032DC61E1050EC45FFFAF14A68851C91C4B925036C1864525DEA643483079D9E3CC6F14D3C1CB6CCC4E -...
atom General Talk 2 3,410 02-25-2017, 12:12 PM
    Thread: Don't detect any device - clGetDeviceIDs(): CL_DEVICE_NOT_FOUND
Post: RE: Don't detect any device - clGetDeviceIDs(): CL...

Yeah that's wrong. You need the correct OpenCL runtime from your vendor, not MESA.
atom hashcat 4 7,854 02-25-2017, 12:15 PM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

CPU benchmarks are kind of inaccurate because of the power management. Once it's running, it's running.
atom hashcat 21 44,486 02-27-2017, 12:13 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

Yes, it's salted. See: https://hashcat.net/wiki/doku.php?id=example_hashes I don't know about that kerberos AS-REQ package you're talking about.
atom hashcat 7 6,125 02-27-2017, 12:14 PM
    Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy

About your question: Yes wordlists can run only for a few seconds. See philsmd's note about how to add mutation rules. Also note that (in your command) you did not specify a wordlist in -a0 mode, whic...
atom hashcat 3 5,284 02-27-2017, 12:17 PM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

You need to enable it, use -D1
atom hashcat 21 44,486 02-28-2017, 09:31 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

I don't know how the hash is extracted, but I know it's salted.
atom hashcat 7 6,125 02-28-2017, 09:32 PM
    Thread: how to crack .pcap
Post: RE: how to crack .pcap

You mean for WPA? https://hashcat.net/cap2hccapx/
atom hashcat 2 6,445 02-28-2017, 09:33 PM