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 [desc] Replies Views Posted
    Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

Code: -- Device #2: Kernel /hashcat/OpenCL/m00000_a3-optimized.cl build failed - proceeding without this device. -- the path is weird. It shouldn't be trying to pick up anything from /hashcat but ~...
undeath hashcat 8 6,178 10-19-2019, 09:19 PM
    Thread: Token Length Exception for m 9820
Post: RE: Token Length Exception for m 9820

Quote: -- […]GTX1050 laptop[…] my GPU heats up really quick, prompting Hashcat abort, is this normal? -- Yes, laptops have poor cooling. Expect hardware defects if running hashcat frequently. 98...
undeath hashcat 4 1,724 10-21-2019, 08:40 PM
    Thread: Token Length Exception for m 9820
Post: RE: Token Length Exception for m 9820

that was a typo on my part, I meant --keep-guessing
undeath hashcat 4 1,724 10-22-2019, 10:06 AM
    Thread: TITAN RTX - performance issues?
Post: RE: TITAN RTX - performance issues?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed
undeath hashcat 5 2,340 10-24-2019, 08:18 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

you need to remove the "sip:" from "sip:192.168.0.38". That may or may not be all that is wrong. Besides that, it's a little suspicious that the second variable is empty.
undeath hashcat 8 2,729 10-27-2019, 06:29 PM
    Thread: MD5 question
Post: RE: MD5 question

mdxfind should be able to handle this
undeath hashcat 6 2,051 10-31-2019, 12:08 PM
    Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type

There is no generic answer to that, it depends on the software that put the info there. The password could be hashed, encrypted or simply encoded.
undeath hashcat 7 2,040 11-08-2019, 06:01 PM
    Thread: Low Hashrate
Post: RE: Low Hashrate

you didn't use -O in that example
undeath hashcat 10 3,249 11-10-2019, 05:27 PM
    Thread: Low Hashrate
Post: RE: Low Hashrate

your mask is not ideal. Try ?b?b?b?b?b?b?b?b as suggested by philsmd
undeath hashcat 10 3,249 11-10-2019, 05:29 PM
    Thread: Low Hashrate
Post: RE: Low Hashrate

that's interesting. can you try with -w3?
undeath hashcat 10 3,249 11-10-2019, 05:37 PM
    Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.

what os/linux distro are you using?
undeath hashcat 3 1,678 11-20-2019, 02:37 PM
    Thread: m02500_aux1nullGBE): error: failed in Gen backend.
Post: RE: m02500_aux1nullGBE): error: failed in Gen back...

you should remove pocl and install the intel opencl cpu runtime
undeath hashcat 7 2,592 11-21-2019, 07:57 PM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

Something with your cooling/airflow is bad.
undeath hashcat 12 3,112 11-23-2019, 03:14 PM
    Thread: m02500_aux1nullGBE): error: failed in Gen backend.
Post: RE: m02500_aux1nullGBE): error: failed in Gen back...

I'm not entirely sure about whether you need to remove pocl, but I'd recommend to anyway. Here are the intel opencl runtime install intstructions: https://github.com/intel/compute-runtime/blob/master/...
undeath hashcat 7 2,592 11-23-2019, 09:45 PM
    Thread: m -15700 2h\s on 1080ti
Post: RE: m -15700 2h\s on 1080ti

the ETH wallet is using scrypt which is specifically designed to be very slow on gpus. Your cpu might be faster.
undeath hashcat 4 1,599 11-24-2019, 01:04 AM
    Thread: Litecoin asic L3+ and Scrypt hash
Post: RE: Litecoin asic L3+ and Scrypt hash

ASICs are very very specific about the thing they do. You won't be able to utilise those for anything but litecoin mining.
undeath hashcat 3 1,365 11-24-2019, 10:51 PM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

That looks like a card stopped functioning during the cracking session.
undeath hashcat 12 3,112 11-25-2019, 01:32 PM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

Looks rather like a hardware error of some kind.
undeath hashcat 12 3,112 11-25-2019, 05:34 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

This is a limitation of hashcat's UTF16-based kernels. See https://github.com/hashcat/hashcat/issues/2121 In the case of NTLM you can work around it by using the MD4 kernel with forced UTF-16LE encod...
undeath hashcat 8 3,006 11-27-2019, 01:29 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

You need to use the MD4 (900) hash mode, not NTLM (1000) in that case. And you probably need to specify the --encoding-from option.
undeath hashcat 8 3,006 11-27-2019, 03:42 PM