Multiple output-files for every dictionary
#2
for w in dictionaries/*.txt; do hashcat --potfile-path "${w/\.txt/.pot}" hashlist.txt "$w"; done

Potfile will probably be in ~/.hashcat on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)


Messages In This Thread
RE: Multiple output-files for every dictionary - by epixoip - 12-28-2016, 08:51 PM