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 [asc] Views Posted
    Thread: WBB3 Woltlab Burning Board 3 with short salts: Line-length exception
Post: RE: WBB3 Woltlab Burning Board 3 with short salts:...

No, you can't reuse this unless the salt length is exactly the same. Otherwise it requires a special kernel module.
atom hashcat 4 6,578 12-29-2016, 11:15 AM
    Thread: WBB3 Woltlab Burning Board 3 with short salts: Line-length exception
Post: RE: WBB3 Woltlab Burning Board 3 with short salts:...

Please follow this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this Happy new year to you too :)
atom hashcat 4 6,578 12-30-2016, 11:34 AM
    Thread: Installing OpenCL for OCLhashcat
Post: RE: Installing OpenCL for OCLhashcat

Your OpenCL installation is broken. If you want to verify with a different tool you can use "clinfo". Please ask on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) forum about OpenCL install...
atom hashcat 4 6,174 01-03-2017, 11:54 AM
    Thread: Installing OpenCL for OCLhashcat
Post: RE: Installing OpenCL for OCLhashcat

Because OpenCL support is broken on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). The best recommendation I can give you is to switch to Ubuntu, at least for cracking. If you don't believ...
atom hashcat 4 6,174 01-03-2017, 10:32 PM
    Thread: Small bug introduced with v3.30 regarding fans
Post: RE: Small bug introduced with v3.30 regarding fans

Please open an issue on github for it and add all information we need to fix it.
atom hashcat 4 5,982 01-16-2017, 10:17 AM
    Thread: CHAP Challenge Limit
Post: RE: CHAP Challenge Limit

The challenge salt should be a fixed 16 byte value. You sure the capture is ok?
atom hashcat 4 5,744 01-16-2017, 10:21 AM
    Thread: Small bug introduced with v3.30 regarding fans
Post: RE: Small bug introduced with v3.30 regarding fans

1. Stop calling hashcat oclHashcat 2. I can not use GPU-Z to do this, because I do not have AMD GPU + Windows in combination (and none of the beta tester have)
atom hashcat 4 5,982 01-19-2017, 04:04 PM
    Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command

We can't care about backward compatibility because GPU drivers and OpenCL runtimes don't do so either. Therefore there's only one solution: Update hashcat and eventually buy new hardware if you need t...
atom hashcat 4 5,376 01-26-2017, 10:04 AM
    Thread: How to Create the Rules for This Password Structure
Post: RE: How to Create the Rules for This Password Stru...

Here's how to do it with maskprocessor: https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor
atom hashcat 4 6,738 01-27-2017, 11:50 PM
    Thread: CHAP Challenge Limit
Post: RE: CHAP Challenge Limit

No, only fixed length is supported
atom hashcat 4 5,744 01-23-2017, 10:41 AM
    Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command

And tell those using oclHashcat to update
atom hashcat 4 5,376 01-26-2017, 09:52 AM
    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: 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: 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: 970m vs 290x: benchmarks
Post: RE: 970m vs 290x: benchmarks

Makes sense as you compare a desktop discrete gpu with a mobile one
atom hashcat 4 4,440 03-07-2017, 10:03 AM
    Thread: Is my computer good
Post: RE: Is my computer good

Install OpenCL runtime then, see docs/readme.txt for details
atom Hardware 4 5,174 03-18-2017, 04:34 PM
    Thread: Getting a Hash Via DD From a VeraCrypt File
Post: RE: Getting a Hash Via DD From a VeraCrypt File

Yes you can use the file directly, it's typically just easiert to transfer only the first 512 byte. Anyway it must get cracked if the password is correct and it doesn't make a difference if you use th...
atom hashcat 4 5,596 03-30-2017, 09:23 AM
    Thread: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work

That is a new feature of hccapx to crack passwords captures from a Fake AP. See here for details: https://hashcat.net/forum/thread-6273.html You can turn it off by forcing hashcat only to use the o...
atom hashcat 4 5,191 04-01-2017, 10:28 AM
    Thread: Brute-force with only half of the cipher text
Post: RE: Brute-force with only half of the cipher text

No, this is not supported. Also you'd end up with 2^(32-8) possible passwords, which is surely not what you want.
atom hashcat 4 4,564 04-20-2017, 08:27 AM