Hashcat 0.41 external salt file and --remove error
#3
Don't use --remove flag with -e, use awk\gawk command to remove cracked hashes instead:
Code:
awk -F: "FNR==NR{ a[$1]++ } a[$1]!=1" cracked original_hashfile > leftfile


Messages In This Thread
RE: Hashcat 0.41 external salt file and --remove error - by M@LIK - 10-24-2012, 10:24 AM