05-02-2019, 02:00 PM
you can use the --outfile (short -o) option and redirect all errors to /dev/null
on windows it's very similar with 2> nul > nul
Code:
hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null
on windows it's very similar with 2> nul > nul