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: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

What performance issue are you talking about? 7 kH/s seems ok for your CPU.
undeath hashcat 5 1,397 03-22-2020, 11:45 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

NikosD Wrote: (06-04-2017, 08:41 PM) -- Ryzen 7 1800X is the best mainstream CPU for everything, even cracking. -- NikosD Wrote: (06-05-2017, 07:33 AM) -- I tried to find figures and not opinions ...
undeath Hardware 42 58,349 06-06-2017, 11:43 AM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

I find the flowchart above very offensive and not true. It's completely ignoring the part where AMD increases the clock rate that subsequently needs to be throttled by powertune.
undeath Hardware 10 12,486 05-06-2017, 06:58 PM
    Thread: rx 560 vs 1050 vs 1050ti
Post: RE: rx 560 vs 1050 vs 1050ti

did you use -w4?
undeath Hardware 36 34,566 12-16-2017, 12:34 AM
    Thread: rx 560 vs 1050 vs 1050ti
Post: RE: rx 560 vs 1050 vs 1050ti

Try setting your fans to 100% all the time.
undeath Hardware 36 34,566 12-22-2017, 12:40 AM
    Thread: rx 480 amd drivers 19.2.2
Post: RE: rx 480 amd drivers 19.2.2

hashcat is usually more demanding than gaming and, depending on what you mine, also mining.
undeath hashcat 7 3,363 02-20-2019, 03:25 PM
    Thread: Running maskprocessor on Mac
Post: RE: Running maskprocessor on Mac

what do you need maskprocessor for if all you want to do is run a simple mask attack?
undeath hashcat 8 5,377 01-06-2019, 11:03 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

this attack works: Code: -- hashcat -m10 $(python -c 'print("da8e187436ef310167021504d28c9b68"+":"+"00"*255)') -a3 '?b' --hex-salt -- although hashcat's mask parser should probably be patched to all...
undeath hashcat 6 2,043 10-09-2019, 06:06 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

There seems to be a bug with how hashcat processes hcmask files. On the CLI this works: Code: -- hashcat -m0 da8e187436ef310167021504d28c9b68 -a3 "?b$(for x in $(seq 255) ; do echo -n 00; done)" --h...
undeath hashcat 6 2,043 10-09-2019, 06:21 PM
    Thread: Run Unpackage hashcat
Post: RE: Run Unpackage hashcat

I don't understand how you can unzip it two times. It's only a single archive. You run hashcat on linux using the *.bin binary file. There is no shell script.
undeath hashcat 1 583 04-25-2020, 12:25 AM
    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: Rules rules rules!
Post: RE: Rules rules rules!

for a start, here is the article about rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack The rules you need to accomplish what you are looking for arethe insert rule (i) the prepend rule...
undeath hashcat 3 2,929 02-10-2018, 02:52 PM
    Thread: Rules rules rules!
Post: RE: Rules rules rules!

Well, that will mostly depend on the size of your wordlist. Assuming passwords of up to 10 characters (before rules), you have [positions of LAD]*[positions of BYE]*[possibilities for m@1d]*[positi...
undeath hashcat 3 2,929 02-10-2018, 07:10 PM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

I expect your password is not actually WORD123 but something different. Because WORD123 is only seven characters and thus not a valid WPA2 password. WPA2 has a minimum password length of eight char...
undeath General Talk 8 1,341 06-30-2020, 10:07 AM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

Yes, without using -S words from your wordlist shorter than eight bytes will be rejected.
undeath General Talk 8 1,341 06-30-2020, 11:13 PM
    Thread: Rules help with inserting multiple characters
Post: RE: Rules help with inserting multiple characters

no, you need one insert rule per character.
undeath hashcat 1 1,946 02-21-2018, 10:09 AM
    Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters

rules don't support multibyte characters
undeath hashcat 4 1,606 07-31-2019, 05:28 PM
    Thread: Rules effects.
Post: RE: Rules effects.

description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack to see what a specific ruleset generates you can use hashcat's stdout mode hashcat -r rules.rule wordlist...
undeath hashcat 3 1,045 02-05-2020, 05:02 PM
    Thread: rule? not less than 3 or more than 5
Post: RE: rule? not less than 3 or more than 5

https://www.thesprawl.org/projects/pack/#policygen
undeath hashcat 2 3,153 11-18-2017, 12:12 AM
    Thread: Rule-based Attack
Post: RE: Rule-based Attack

You are mixing masks and rules here. That's not possible.
undeath hashcat 9 5,668 06-25-2018, 07:03 PM