01-05-2021, 08:45 PM
(01-05-2021, 07:41 PM)undeath Wrote: Clean up your command. When using --outfile with --stdout hashcat will write the words to your outfile instead. Also -w3 -O --status --session and other stuff don't make sense with --stdout.
Thanks for the reply, I updated to
Code:
sudo hashcat --custom-charset1 custom.hcchr --increment --increment-min=6 --increment-max=9 -a 6 dict.dict ?1?1?1?1?1?1?1?1 --stdout | sudo hashcat -m 6211 TC
Now after it initializes I get a "Out of memory: kill process (hashcat)"
I watched my physical memory + the swap file and re-ran the above command and I don't see hashcat using more than maybe 30% of the available memory before it gives up and kills the process. I also threw in another 4GB stick of RAM as I only had 4GB initially but I still get the same error.