ALL outputs of best64.rules of a word in a dic.
#5
Try this one:

hashcat-cli64.exe -r best64.rule --stdout myword.txt > myword-mangled.txt

You can also use sort.exe to have unique plains:

hashcat-cli64.exe -r best64.rule --stdout myword.txt | sort.exe -u > myword-mangled.txt


Messages In This Thread
RE: ALL outputs of best64.rules of a word in a dic. - by kolme - 11-14-2014, 05:15 AM