03-09-2020, 06:32 PM
(This post was last modified: 03-09-2020, 06:49 PM by JohnnyS777.)
full command line is:
hashcat -m 18300 hash.txt -a 6 wordlist.txt ?a?a?a -w 3 -o output.txt -D 2
I can tell that hashcat is only using one GPU since the status report only shows one GPU with a utilization of 70% and all the rest are at 0%. Also, only that GPU shows any activity in the "Candidates" section: All the rest read like the following:
Candidates.#6....: [Copying]
Also note that there is only one hash in that "hash.txt" file, although there are 14 words in the wordlist.txt file.
hashcat -m 18300 hash.txt -a 6 wordlist.txt ?a?a?a -w 3 -o output.txt -D 2
I can tell that hashcat is only using one GPU since the status report only shows one GPU with a utilization of 70% and all the rest are at 0%. Also, only that GPU shows any activity in the "Candidates" section: All the rest read like the following:
Candidates.#6....: [Copying]
Also note that there is only one hash in that "hash.txt" file, although there are 14 words in the wordlist.txt file.