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 Views Posted [desc]
    Thread: Ubuntu 18.04 + Hashcat
Post: RE: Ubuntu 18.04 + Hashcat

How do you try to run hashcat? Does hashcat -b cause the same behaviour? Are your devices correctly listed by hashcat -I ?
undeath hashcat 4 2,640 08-22-2019, 04:22 PM
    Thread: cloud computing
Post: RE: cloud computing

I think it's more about running hashcat on EC2 and similar. That's exactly the same as everywhere else, just install the correct opencl drivers.
undeath hashcat 4 1,859 08-22-2019, 04:23 PM
    Thread: Ubuntu 18.04 + Hashcat
Post: RE: Ubuntu 18.04 + Hashcat

A faulty card could certainly explain that weird behaviour. Try running hashcat without the defective card.
undeath hashcat 4 2,640 08-26-2019, 11:21 AM
    Thread: Help me install hxctools
Post: RE: Help me install hxctools

just install the openssl-dev package in your os
undeath hashcat 3 1,607 08-26-2019, 03:59 PM
    Thread: LM Hashes
Post: RE: LM Hashes

The LM hashes are only used by old versions of AD servers, which is why they are sometimes kept iirc.
undeath General Talk 11 5,710 08-26-2019, 04:01 PM
    Thread: Rule Question
Post: RE: Rule Question

hashcat will not run the unmodified word unless a rule in the rules file returns the unmodified word again.
undeath hashcat 3 1,245 08-26-2019, 04:05 PM
    Thread: LM Hashes
Post: RE: LM Hashes

each NTLM hash should have two corresponding LM hashes, so you do not need to BF the second part of the password.
undeath General Talk 11 5,710 08-27-2019, 10:14 AM
    Thread: Multiple hash type mode
Post: RE: Multiple hash type mode

sergio Wrote: (08-27-2019, 09:31 AM) -- So its slightly different and since hashcat accept both variants and even something knowingly wrong like "--truecrypt-key" is accepted, its hard to understand ...
undeath hashcat 8 3,443 08-27-2019, 10:16 AM
    Thread: LM Hashes
Post: RE: LM Hashes

exactly It might be useful to convert the LM results to lower-case for that attack. You are likely to get hits a litte bit faster because passwords tend to mainly consist of lower case characters.
undeath General Talk 11 5,710 08-27-2019, 04:23 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

you're not using -O
undeath hashcat 43 12,656 08-27-2019, 11:47 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

can you try with -w3? Weirdly the loops are much lower for your actual run compared to the benchmark.
undeath hashcat 43 12,656 08-28-2019, 10:12 AM
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

There's a problem with the 5.1.0 version and AMD cards. This problem is fixed in the beta version.
undeath hashcat 31 12,819 08-28-2019, 10:14 AM
    Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200

as long as you have a single device that supports opencl you can use hashcat.
undeath hashcat 10 3,054 08-28-2019, 02:41 PM
    Thread: 5.1.0+1394 not processing LM hashes
Post: RE: 5.1.0+1394 not processing LM hashes

cannot reproduce Code: -- ./hashcat -m 3000 299bd128c1101fd6 -a3 hashca?l hashcat (v5.1.0-1397-g7f4df9eb) starting... * Device #2: CUDA SDK Toolkit installation NOT detected. CUDA SDK ...
undeath Beta Tester 1 2,219 08-28-2019, 06:18 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

try hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt ?a?a?a?a?a?a?a?a -w3 -O
undeath hashcat 43 12,656 08-28-2019, 09:01 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

Piping in words means every single word needs to be copied from your CPU to the GPU. That's slow! You can get away without speed penalties when using slow hash modes, but for fast hash modes that's ba...
undeath hashcat 43 12,656 08-30-2019, 11:05 AM
    Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'

You can use princeprocessor for this. It can handle everything but the space between the words. Toggling the case of the first character can be done with a hashcat rule.
undeath hashcat 6 2,052 08-30-2019, 09:36 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

I'd guess the mask is still too short and doesn't provide enough work. Numbers are pretty close to the benchmark on all cards but the fastest, the 2080.
undeath hashcat 43 12,656 08-30-2019, 09:41 PM
    Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'

Yes, you could simply append a space to every word in your wordlist for that case. Just remember to add a rule in hashcat that deletes the trailing space of the last word.
undeath hashcat 6 2,052 08-30-2019, 09:43 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

Quote: -- It's acting like a basic dictionary lookup and ignores the rules parameter completely. -- You're specifying the rules file for the first instance, rules are applied before they hit the seco...
undeath hashcat 43 12,656 08-31-2019, 08:32 PM