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: Why doesn't the restore point update with BCrypt hashes?
Post: RE: Why doesn't the restore point update with BCry...

As I said already not if you use a single hash. Since bcrypt is salted, there's not benefit (from a time perspective) then to run them all in a single mode in a sequence.
atom hashcat 6 6,891 02-15-2017, 09:07 PM
    Thread: GTX 1080: errors
Post: RE: GTX 1080: errors

The "Device #1: Graphics Device" is kind of strange. Maybe your GPU does not support this driver. Try again with latest driver version from nvidia site (378.x series).
atom hashcat 12 13,777 02-16-2017, 01:18 PM
    Thread: md5(md5($salt).md5($pass).$salt)
Post: RE: md5(md5($salt).md5($pass).$salt)

Not supported
atom hashcat 1 3,368 02-16-2017, 01:19 PM
    Thread: Algorithm based bruteforce
Post: RE: Algorithm based bruteforce

Not supported
atom hashcat 1 2,683 02-16-2017, 01:19 PM
    Thread: match column
Post: RE: match column

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 2 3,138 02-16-2017, 07:26 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

OK, the 15.201.1151.1008 is an older driver version. Unfortionally we can't stick to an older driver version because we need to support new GPU and they need drivers.. :)
atom hashcat 7 6,943 02-16-2017, 07:29 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: GTX 1080: errors
Post: RE: GTX 1080: errors

Drop the Mesa driver, it's known to break. But it also seems your OpenCL ICD is somehow bugged. I'd recommend to not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), the OpenCL integrati...
atom hashcat 12 13,777 02-16-2017, 07:30 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-ECB: mask on plain text?
Post: RE: DES-ECB: mask on plain text?

Yes, but we'd need to switch from encrypt to decrypt and then match out the bits you don't care about. So that's possible but requires a kernel rewrite
atom hashcat 4 5,878 02-16-2017, 09:32 PM
    Thread: DES-ECB: mask on plain text?
Post: RE: DES-ECB: mask on plain text?

Quote: -- I need to find all keys that return AA ?? ?? ?? ?? ?? ?? for a known plain text input. -- That will be each 1/256th candidate? You will recieve millions. That's a very bad idea!
atom hashcat 4 5,878 02-20-2017, 02:02 PM
    Thread: GTX 1080: errors
Post: RE: GTX 1080: errors

You need to update your opencl.dll. Please read https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do and follow it 100%, especially th...
atom hashcat 12 13,777 02-20-2017, 02:04 PM
    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: 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,964 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