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: 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
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

your command should probably look like this: hashcat -a 3 -m 900 e:\testvmhash.txt -1 charsets/standard/Russian/ru_cp1251.hcchr ?d?1 --encoding-to=utf16le --encoding-from=cp1251 If that doesn't work...
undeath hashcat 8 3,006 11-27-2019, 04:34 PM
    Thread: Cracking sha1 with two different salts
Post: RE: Cracking sha1 with two different salts

This mode is available in the beta version as 19300. https://hashcat.net/beta/ or https://github.com/hashcat/hashcat
undeath hashcat 4 1,578 11-27-2019, 04:40 PM
    Thread: Cracking sha1 with two different salts
Post: RE: Cracking sha1 with two different salts

Code: -- hashcat (v5.1.0) starting... -- you are not running a beta version
undeath hashcat 4 1,578 11-27-2019, 05:27 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

Thanks for the correction, philsmd! In that case it's probably easiest to use stdin for the attack, like this: Code: -- hashcat --stdout -a3 -1 charsets/standard/Russian/ru_cp1251.hcchr '?1?d'|...
undeath hashcat 8 3,006 11-27-2019, 06:48 PM
    Thread: Is there something wrong with my system?
Post: RE: Is there something wrong with my system?

How did you select your hardware? Did you look at the price tag and pick whatever was most expensive? Nothing wrong with the hardware you selected per se but you could probably get away with half the ...
undeath hashcat 3 1,499 11-30-2019, 01:12 PM
    Thread: new 5700xt fails to benchmark
Post: RE: new 5700xt fails to benchmark

try with the beta at https://hashcat.net/beta/
undeath hashcat 2 1,285 12-04-2019, 01:54 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

Looks like some kind of hardware error. Are you using risers? Possibly a heat problem, try running hashcat -a3 00000000000000000000000000000000 ?a?a?a?a?a?a?a?a?a for a few minutes and see wha...
undeath hashcat 6 1,947 12-08-2019, 02:28 PM
    Thread: two-key triple DES
Post: RE: two-key triple DES

MrLampe Wrote: (12-10-2019, 07:53 PM) -- Only it is 2 x 56 = 112 bits. -- I don't know what kind of hardware you have available but with my GPU (GTX 1060) bruteforcing 112 bit on DES 14000 would ta...
undeath hashcat 6 1,882 12-10-2019, 09:36 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

Without any further info about the plaintext this is not possible to crack. Two slashes and only capital letters (and numbers and dots?) is not enough info at that length. And don't use "decrypted" w...
undeath hashcat 10 3,557 12-10-2019, 09:40 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

why do you ask if hashcat can handle it instead of simply trying if hashcat can handle it?
undeath hashcat 14 3,930 12-10-2019, 10:39 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

ok, so there are 4*36 possibilities per hash. That's perfectly doable, but you should write a small script instead of using hashcat for that. hashcat can't utilise its parallelisation well with that f...
undeath hashcat 10 3,557 12-10-2019, 11:56 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

What hardware are you using? Can you try with the beta version? https://hashcat.net/beta/
undeath hashcat 14 3,930 12-11-2019, 12:00 AM