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: 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,608 08-26-2019, 03:59 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: 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,445 08-27-2019, 10:16 AM
    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: 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
    Thread: Building password list
Post: RE: Building password list

policygen from PACK https://github.com/iphelix/PACK
undeath hashcat 21 7,827 09-01-2019, 11:22 AM
    Thread: Using Cuda 10.2 after OpenCL installed
Post: RE: Using Cuda 10.2 after OpenCL installed

you can select individual devices using -d but as can be seen hashcat will use device #1 by default, which is the CUDA interface of your GPU, which is optimal.
undeath hashcat 2 1,112 09-02-2019, 12:37 AM
    Thread: Building password list
Post: RE: Building password list

you can use a simple hashcat mask attack for that
undeath hashcat 21 7,827 09-02-2019, 12:22 PM
    Thread: Radeon HD 6990 GPU
Post: RE: Radeon HD 6990 GPU

6990 is way too old for rocm
undeath hashcat 2 1,436 09-09-2019, 09:23 PM