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 Posted [desc]
    Thread: A few comments/questions regarding v3.00
Post: RE: A few comments/questions regarding v3.00

Quote: -- Well, Crimson drivers have indeed dropped support of legacy ATI/ AMD cards regarding OpenCL, but you could always use the good old Catalyst drivers that still support OpenCL on those. -...
atom hashcat 3 4,931 07-11-2016, 11:01 AM
    Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...

Never heard of ADL_ConsoleMode_FileDescriptor_Set. Need to try out.
atom hashcat 17 36,357 07-11-2016, 11:05 AM
    Thread: ERROR: clGetPlatformIDs() : -1001 : CL_UNKNOWN_ERROR
Post: RE: ERROR: clGetPlatformIDs() : -1001 : CL_UNKNOWN...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_does_the_clgetplatformids_-1001_error_mean
atom hashcat 2 6,533 07-11-2016, 11:06 AM
    Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine

You need to install both, the OpenCL ICD and the Intel OpenCL SDK. The OpenCL ICD is an OSS project maintained from khronos itself, you can find it on github, and so there should be a package for it. ...
atom hashcat 6 10,607 07-11-2016, 11:10 AM
    Thread: wpa/wpa2 dedicated password cracking rig
Post: RE: wpa/wpa2 dedicated password cracking rig

There's no special hardware for WPA cracking. You need to stick to CPU/GPU.
atom Hardware 4 8,147 07-11-2016, 11:11 AM
    Thread: Hashcat v3.00 or hashtopus ?
Post: RE: Hashcat v3.00 or hashtopus ?

The question is kind of an insult
atom hashcat 2 3,716 07-11-2016, 11:12 AM
    Thread: ERROR: clCreateContext() : -2 : CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext() : -2 : CL_UNKNOWN_ERR...

That's good info, thanks for letting us know
atom hashcat 3 13,220 07-11-2016, 11:13 AM
    Thread: Hashcat 3.00 Build Program Failure
Post: RE: Hashcat 3.00 Build Program Failure

I have an idea, but I can not reproduce it locally. Please come to IRC and query me so that I can send you a special patched version. If we find out it's working I'll submit it to GitHub as well.
atom hashcat 3 4,710 07-11-2016, 11:15 AM
    Thread: Device local mem size is too small
Post: RE: Device local mem size is too small

You also need to install the Intel OpenCL SDK
atom hashcat 9 12,002 07-11-2016, 11:15 AM
    Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX

You're attacking bcrypt, what do you expect?
atom hashcat 8 8,387 07-11-2016, 11:18 AM
    Thread: cuModuleLoad 301 error with GTX 1080
Post: RE: cuModuleLoad 301 error with GTX 1080

Is this a joke or what? Your own screenshot says it's v2.01 not v3.00. Use v3.00 and it will work
atom hashcat 2 4,384 07-11-2016, 04:36 PM
    Thread: Device local mem size is too small
Post: RE: Device local mem size is too small

Long time ago that I've seen this error message. You clearly need to update your driver(s) and OpenCL runtime(s). Not a hashcat problem. See wiki for detailed information
atom hashcat 9 12,002 07-11-2016, 04:38 PM
    Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX

Wait, bcrypt have different settings of iterations. Maybe you're trying to crack a bcrypt with a higher iteration than the hash you tried to crack before.
atom hashcat 8 8,387 07-11-2016, 04:39 PM
    Thread: Problem with LM aad3b435b51404ee
Post: RE: Problem with LM aad3b435b51404ee

Clearly a bug. Please open a GitHub Isuee
atom hashcat 2 5,169 07-12-2016, 09:14 AM
    Thread: Outfile Formats and WPA(2)
Post: RE: Outfile Formats and WPA(2)

There's atm no way to do it
atom hashcat 2 3,590 07-12-2016, 09:16 AM
    Thread: Device local mem size is too small
Post: RE: Device local mem size is too small

Remove the kernels folder and try again
atom hashcat 9 12,002 07-12-2016, 09:17 AM
    Thread: I'm overlooking something when implementing new algorithm: please help
Post: RE: I'm overlooking something when implementing ne...

Just a guess: With a key 0xAAAAAAAAAAAAAAAA you do not have to care about Little endian/Big endian, because the key has always the same byte value. Try again with 0xBBBBBBBBBBBBBBBB and update your C...
atom hashcat 5 7,712 07-12-2016, 09:26 AM
    Thread: rule to skip passwords with repeats
Post: RE: rule to skip passwords with repeats

That's not what rules do. What you're looking for is maskprocessors -q option. Please use maskprocessor in combination with hashcat's stdin feature.
atom hashcat 2 3,305 07-12-2016, 09:31 AM
    Thread: I'm overlooking something when implementing new algorithm: please help
Post: RE: I'm overlooking something when implementing ne...

There's both swap32() and swap64() as well as swap32_S() and swap64_S() for scalar datatypes.
atom hashcat 5 7,712 07-12-2016, 10:58 AM
    Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00

Please use --keyspace. You will find out that the use of --keyspace is not allowed in combination with -i, which is required to tell hashcat to increase the mask-length with each iteration by one. So ...
atom hashcat 3 6,011 07-12-2016, 01:21 PM