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: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

The GPU is too old and the drivers do not support them cleanly, hence the errors. Solution: Buy a new GPU.
atom hashcat 5 6,883 05-26-2017, 10:02 AM
    Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

If you want to use linux, use ubuntu
atom hashcat 5 6,883 05-26-2017, 10:07 AM
    Thread: HC do not recognize pass
Post: RE: HC do not recognize pass

Using --force is always a bad idea. Please provide the original .cap file so we can reproduce locally.
atom hashcat 5 4,833 07-03-2017, 09:23 AM
    Thread: HC do not recognize pass
Post: RE: HC do not recognize pass

I've debugged this with the .cap file you've provided and found the root of the problem. The problem was the ESSID. In the .cap the ESSID changed several times from 'testserv' to 'TEST_SERVER' for the...
atom hashcat 5 4,833 07-04-2017, 10:39 AM
    Thread: hashcat v4.0.0 slow with itunes backup 14800
Post: RE: hashcat v4.0.0 slow with itunes backup 14800

The solution is to use -w 4 (which enables all threads on the GPU) but has other disadvantages. So use it for -m 14800 only and for the other modes use -w 3.
atom hashcat 5 4,440 11-06-2017, 02:33 PM
    Thread: hashcat v4.0.0 slow with itunes backup 14800
Post: RE: hashcat v4.0.0 slow with itunes backup 14800

True @ password length, but for this change the reason was fine tuning. In general it's better to have a low number of threads, as long as it doesn't drop the performance. For NV the ideal OpenCL thre...
atom hashcat 5 4,440 11-07-2017, 11:12 AM
    Thread: Help with cracking a zip Password
Post: RE: Help with cracking a zip Password

see https://hashcat.net/wiki/doku.php?id=example_hashes
atom hashcat 5 24,597 12-01-2017, 11:17 AM
    Thread: ssha help
Post: RE: ssha help

Cracking SSHA ldap passwords is supported with hashcat. Just choose the correct hash-mode.
atom General Talk 5 4,092 01-10-2018, 01:29 PM
    Thread: DES-ECB brute force
Post: RE: DES-ECB brute force

Your hash is formated wrong. See here: Code: -- root@et:~/hashcat# ./hashcat -m 14000 b5866d1dd5cdf934:47dc9810ade39295 -a 3 --quiet --hex-charset 6861736863617431 --outfile-format 5 --potfile-d...
atom General Talk 5 5,241 02-01-2018, 07:25 PM
    Thread: DES-ECB brute force
Post: RE: DES-ECB brute force

You just have to switch: b5866d1dd5cdf934:47dc9810ade39295 to 47dc9810ade39295:b5866d1dd5cdf934
atom General Talk 5 5,241 02-01-2018, 07:34 PM
    Thread: HashCat takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...

This is a problem related to (a) how GPU parallelization works in general in combination with (b) an algorithm with a very iteration count. When it comes to modern hashing algorithms they are typic...
atom hashcat 5 8,314 06-16-2018, 10:12 AM
    Thread: Single-mode john analog for hashcat
Post: RE: Single-mode john analog for hashcat

Single-mode cracking is incompatible to GPGPU cracking, it's not a hashcat problem.
atom hashcat 5 4,080 06-21-2018, 11:34 AM
    Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

If there's no mask supplied in -a 3 mode, then the default mask is selected. This is a local OpenCL runtime problem. Please post clinfo output.
atom hashcat 5 3,495 06-29-2018, 05:07 PM
    Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

-1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
atom hashcat 5 3,495 07-01-2018, 09:38 AM
    Thread: Launch hashcat with conrete letters in password counts
Post: RE: Launch hashcat with conrete letters in passwor...

Note that because of markov optimization "aaaaaaa" will not be the first candidate.
atom hashcat 5 3,293 07-08-2018, 03:33 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

We've fixed this with commit 82457d290469db2b125e6ae3ebcc922aaf7f9235 New beta is up for test at htts://hashcat.net/beta/
atom hashcat 5 3,578 07-10-2018, 01:33 PM
    Thread: Can I use hashcat crack my password using both integrated (intel) and dedicated (nvid
Post: RE: Can I use hashcat crack my password using both...

You can select the devices you want to use with -d and -D
atom hashcat 5 4,096 07-24-2018, 02:22 PM
    Thread: Can I use hashcat crack my password using both integrated (intel) and dedicated (nvid
Post: RE: Can I use hashcat crack my password using both...

You can find out by using hashcat -I
atom hashcat 5 4,096 07-25-2018, 12:28 PM
    Thread: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCATION_FAILURE only for -m 2500
Post: RE: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCA...

Add more host memory, use 64 bit OS
atom hashcat 5 3,344 07-29-2018, 01:29 PM
    Thread: OpenCL Platform #3: The pocl project
Post: RE: OpenCL Platform #3: The pocl project

If you have Intel OpenCL runtime then pocl will be disabled because its slower and more unstable. If you want to try out pocl remove the Intel OpenCL runtime and then use -D 1,2
atom hashcat 5 4,318 07-30-2018, 07:44 PM