can't supress error messages in a txt
#5
you can use the --outfile (short -o) option and redirect all errors to /dev/null

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
Reply


Messages In This Thread
RE: can't supress error messages in a txt - by philsmd - 05-02-2019, 02:00 PM