Attack mode 6 only uses 1 GPU.
#5
You're not providing enough work to hashcat. Hashcat's performance highly depends on the left part of the attack. In a6 that means the wordlist. As a workaround you can either pipe in the words:

Code:
hashcat  -a 6 wordlist.txt ?a?a?a --stdout | hashcat -m 18300 hash.txt -w 3 -o output.txt -D 2

or use append rules with -a0 -S instead of -a6.
Reply


Messages In This Thread
Attack mode 6 only uses 1 GPU. - by JohnnyS777 - 03-09-2020, 05:14 PM
RE: Attack mode 6 only uses 1 GPU. - by undeath - 03-09-2020, 06:18 PM
RE: Attack mode 6 only uses 1 GPU. - by undeath - 03-09-2020, 09:03 PM
RE: Attack mode 6 only uses 1 GPU. - by hijack - 07-28-2023, 01:39 PM
RE: Attack mode 6 only uses 1 GPU. - by aikiuslik - 07-29-2023, 12:09 AM