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 [asc] Author Forum Replies Views Posted
    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: 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: 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: 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: Disable message about outdated version
Post: RE: Disable message about outdated version

You can compile the program yourself from the source code on github.
undeath Old oclHashcat Support 7 8,657 01-11-2016, 04:30 PM
    Thread: Dilemma…!
Post: RE: Dilemma…!

read this thread https://hashcat.net/forum/thread-6839.html
undeath hashcat 13 9,650 09-12-2017, 09:15 PM
    Thread: Dilemma…!
Post: RE: Dilemma…!

Come up with different solutions if they're attacking fast hash modes. PACK for example can do the same thing by generating hcmask files.
undeath hashcat 13 9,650 09-13-2017, 03:00 PM
    Thread: Dilemma…!
Post: RE: Dilemma…!

PACK is just a collection of python scripts. You can run python on almost any OS, including Windows.
undeath hashcat 13 9,650 09-13-2017, 05:37 PM
    Thread: different encodings
Post: RE: different encodings

hashcat can't handle non-ascii for office (and related hashes). See https://github.com/hashcat/hashcat/blob/master/docs/limits.txt#L25-L35
undeath hashcat 1 593 03-23-2020, 02:51 PM
    Thread: difference between double wide PCIex16 vs double wide PCIe Gen3 x16
Post: RE: difference between double wide PCIex16 vs doub...

PCIe is fully downward compatible.
undeath Hardware 5 2,904 06-26-2019, 07:56 PM
    Thread: Difference between bruteforce and password list for WPA cracking
Post: RE: Difference between bruteforce and password lis...

what walterlacka wrote. You are missing B in your custom charset.
undeath hashcat 3 2,893 03-16-2018, 07:34 PM
    Thread: dictionnary
Post: RE: dictionnary

"at the same time" doesn't really make sense. You could start multiple hashcat instances, one for each dictionary, but that's not generally recommended. Also, don't use --force. ever.
undeath hashcat 4 1,122 04-08-2020, 11:33 AM
    Thread: Dictionary character limit?
Post: RE: Dictionary character limit?

knightwolf Wrote: (11-04-2017, 08:25 AM) -- So hashvalue = encrypt_with_SHA1(?item=25&price=50.00[b]mySecret) -- Please don't refer to hashing as "encryption". Those are two completely different thin...
undeath hashcat 11 8,829 11-06-2017, 01:16 AM
    Thread: Dictionary Attack
Post: RE: Dictionary Attack

rockyou is a good wordlist but you should add rules. Hashcat ships a bunch. There is no way to guarantee cracking a hash though.
undeath General Talk 3 1,523 01-05-2020, 01:09 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

-a 0 is default, so you can omit it. But adding it is not going to cause any problems. The words in your wordlist must be delimited by a newline character not a comma.
undeath General Talk 29 5,284 04-17-2020, 11:38 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

A dictionary attack runs each word in your dictionary and applies rules if you specified any. What you describe would be a combinator attack but even that doesn't really fit your use case well. You...
undeath General Talk 29 5,284 04-20-2020, 12:07 AM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

whops, minor typo on my part. Should be -a 6 not -a 0 ?s201?d is a mask
undeath General Talk 29 5,284 04-20-2020, 01:06 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

Are you sure you were running the command with -a 6? The error message shows an error for the -a 1 kernel.
undeath General Talk 29 5,284 04-22-2020, 12:17 AM
    Thread: Diceware cracking math for @thorsheim
Post: RE: Diceware cracking math for @thorsheim

you don't have 150 GPUs but 150 cards = 300 GPUs
undeath General Talk 6 15,861 09-02-2013, 09:45 PM