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: Anybody help me with this error, please?
Post: RE: Anybody help me with this error, please?

your GPU is too old
undeath hashcat 3 1,790 06-07-2019, 11:02 AM
    Thread: Recovering password for Excel 97-2003 file (RC4)
Post: RE: Recovering password for Excel 97-2003 file (RC...

You need to escape special characters your shell interprets. Read up on how to use your shell or put the hash in a txt file.
undeath hashcat 2 1,555 06-12-2019, 06:19 PM
    Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

I'm not sure what you're trying to do. The last command you show does of course produce 6 bytes, since utf-16 uses a fixed number of two bytes per character. Hence three characters require 6 bytes in ...
undeath hashcat 8 2,730 06-13-2019, 03:12 PM
    Thread: Scheduled checkpoint
Post: RE: Scheduled checkpoint

Hashcat will automatically update the restore file as soon as a checkpoint is reached. If you do not want to lose any progress and have some control over the shutdown process you can monitor the resto...
undeath hashcat 3 1,669 06-18-2019, 05:23 PM
    Thread: GTX 1070 low performance
Post: RE: GTX 1070 low performance

1. running hashcat on notebooks is not recommended 2. you are not specifying a mask 3. did you try the suggestion of adding -w3 and -O ? 4. hashrate is not measured in hertz (lol)
undeath hashcat 5 2,437 06-20-2019, 06:57 PM
    Thread: nvmlDeviceGetFanSpeed(): Not Supported
Post: RE: nvmlDeviceGetFanSpeed(): Not Supported

nvmlDeviceGetFanSpeed(): Not Supported is only a warning. The error is right above that. Install the proper opencl runtimes for your hardware.
undeath hashcat 2 3,928 06-22-2019, 11:18 AM
    Thread: Hashcat not working on debian with r9 390 and AMDGPU drivers.
Post: RE: Hashcat not working on debian with r9 390 and ...

on linux you need to install rocm for AMD cards
undeath hashcat 6 2,720 06-25-2019, 02:04 PM
    Thread: Hashcat not working on debian with r9 390 and AMDGPU drivers.
Post: RE: Hashcat not working on debian with r9 390 and ...

you probably need to remove the mesa opencl runtime.
undeath hashcat 6 2,720 06-25-2019, 04:13 PM
    Thread: Hashcat not working on debian with r9 390 and AMDGPU drivers.
Post: RE: Hashcat not working on debian with r9 390 and ...

that probably means rocm isn't correctly installed
undeath hashcat 6 2,720 06-25-2019, 04:35 PM
    Thread: Windows 10 GPU No devices found
Post: RE: Windows 10 GPU No devices found

please post the full hashcat output.
undeath hashcat 8 3,351 06-27-2019, 02:33 PM
    Thread: Windows 10 GPU No devices found
Post: RE: Windows 10 GPU No devices found

Try reinstalling the driver.
undeath hashcat 8 3,351 06-27-2019, 03:27 PM
    Thread: GTX 1070 low performance
Post: RE: GTX 1070 low performance

Seems weird that you would see the same speed with -w3 and -O. It should at least improve a bit. If it doesn't that may hint to serious heat throttling due to using a notebook. (benchmark is only a sh...
undeath hashcat 5 2,437 06-30-2019, 10:52 PM
    Thread: How to find a particular string whose MD5-hash is known?
Post: RE: How to find a particular string whose MD5-hash...

Read the forum rules. Do not post hashes unless asked to do so.
undeath hashcat 3 1,543 07-02-2019, 03:23 PM
    Thread: Smart Brutforce?
Post: RE: Smart Brutforce?

You can use PACK (https://github.com/iphelix/PACK) to match a specific password policy or play around with hashcat's mask attack and the -t argument. Unfortunately with -t it's not possible to later r...
undeath hashcat 1 1,102 07-04-2019, 04:27 PM
    Thread: M02500-optimized.cl missing
Post: RE: M02500-optimized.cl missing

did you extract all the files from the archive?
undeath hashcat 9 2,838 07-04-2019, 07:55 PM
    Thread: M02500-optimized.cl missing
Post: RE: M02500-optimized.cl missing

I believe there has never been an optimized kernel for 2500. So the only problem seems to be hashcat trying to load it anyway. What exactly is your command line?
undeath hashcat 9 2,838 07-04-2019, 09:49 PM
    Thread: Why 4.0.0 find the password and 5.1.0 not?
Post: RE: Why 4.0.0 find the password and 5.1.0 not?

Probably a bug in the AMD driver that is not triggered by the old opencl code but by the code in the latest hashcat version.
undeath hashcat 5 2,337 07-04-2019, 09:53 PM
    Thread: M02500-optimized.cl missing
Post: RE: M02500-optimized.cl missing

What command line are you using to start hashcat?
undeath hashcat 9 2,838 07-05-2019, 12:04 AM
    Thread: "Cannot find an OpenCL ICD loader library." error
Post: RE: "Cannot find an OpenCL ICD loader library." er...

You need to install an icd loader. On ubuntu you need to install ocl-icd-libopencl1 (and possibly nvidia-opencl-icd-340)
undeath hashcat 1 1,882 07-05-2019, 01:29 PM
    Thread: Why 4.0.0 find the password and 5.1.0 not?
Post: RE: Why 4.0.0 find the password and 5.1.0 not?

Pretty much. Well, hope they fix it with an update. And use the older hashcat version in the meantime.
undeath hashcat 5 2,337 07-05-2019, 08:13 PM