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: 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: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...

If you are serious about hashcracking buy nvidia.
undeath Hardware 7 4,315 12-24-2019, 04:06 PM
    Thread: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...

There is no source code in this repository but a compiled binary available for download. So much for open source lol.
undeath Hardware 7 4,315 12-27-2019, 01:00 PM
    Thread: NTLM Performance Problem
Post: RE: NTLM Performance Problem

That attack is not going to have good speed either, because static mask prefixes slow hashcat down. Generate a rules file for the mask part and do a wordlist+rules attack.
undeath hashcat 7 3,012 01-04-2020, 12:56 PM
    Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019

Maybe Xeon CPUs have a special OpenCL runtime? I don't know. But hashcat should work just fine if you have a correctly installed OpenCL runtime.
undeath hashcat 7 2,335 02-15-2020, 06:36 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

the code you're actually looking for is here: https://github.com/hashcat/hashcat/blob/master/OpenCL/m18200_a0-pure.cl
undeath hashcat 7 2,449 02-21-2020, 05:18 PM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

--force is bad
undeath hashcat 7 1,454 03-29-2020, 10:50 PM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

Then you should install the correct OpenCL runtimeā€¦
undeath hashcat 7 1,454 03-30-2020, 07:35 PM
    Thread: DES-ECB
Post: RE: DES-ECB

That's because DES operates on 7 bits only. Both keys are valid.
undeath hashcat 7 1,523 04-22-2020, 12:10 AM
    Thread: DES-ECB
Post: RE: DES-ECB

bits != bytes
undeath hashcat 7 1,523 04-22-2020, 01:29 AM
    Thread: DES-ECB
Post: RE: DES-ECB

The DES character set is simply cutting the keyspace. If you were using ?b you'd brute-force the unused bit as well.
undeath hashcat 7 1,523 04-22-2020, 10:47 PM
    Thread: separator unmatched
Post: RE: separator unmatched

Hard to say without knowing your command line but I suspect you switched the parameters for wordlist and hashlist.
undeath hashcat 7 1,480 05-08-2020, 05:09 PM
    Thread: separator unmatched
Post: RE: separator unmatched

never use --force. if there are problems with hashcat fix them. I have no idea what kind of hash you are trying to crack but two things seem obvious: 1. you need to use the correct hash mode for w...
undeath hashcat 7 1,480 05-08-2020, 05:32 PM
    Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode

Pure masks don't support this but you can create a hcmask file with policygen from PACK: https://github.com/iphelix/PACK
undeath hashcat 7 1,538 05-11-2020, 01:04 AM
    Thread: slow using rules
Post: RE: slow using rules

Without knowing how exactly your command line is looking and what numbers you are comparing it's impossible to properly answer this. Please provide more details. I have never seen a straight wordli...
undeath hashcat 7 1,056 07-28-2020, 05:08 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

Remove pocl and try again.
undeath hashcat 7 594 08-25-2020, 05:05 PM
    Thread: [bug] oclHashcat-plus not printing plains
Post: RE: [bug] oclHashcat-plus not printing plains

that's true.
undeath Very old oclHashcat-plus Support 6 12,480 11-07-2011, 02:15 PM
    Thread: [bug] oclHashcat-plus not printing plains
Post: [bug] oclHashcat-plus not printing plains

Hey, I'm not sure if there already was a thread like this but I didn't find any. I was just running a big md5 list and and realizied oclHashcat-plus somehow "forgot" to print the cracked plains ...
undeath Very old oclHashcat-plus Support 6 12,480 11-07-2011, 01:22 PM
    Thread: new user needing assistance with cracking md5s
Post: RE: new user needing assistance with cracking md5s

hashcat does not support having usernames supplied with the hashes. You need to crack the hashes and afterwards replacing the hash with the corresponding user using some script.
undeath General Help 6 12,670 12-03-2011, 01:48 AM
    Thread: new user needing assistance with cracking md5s
Post: RE: new user needing assistance with cracking md5s

the hash list must only contain the hashes itself in hex-encoding. No additional characters. In your screenshot every hash is followed by a comma.
undeath General Help 6 12,670 12-03-2011, 12:22 PM