01-29-2013, 12:25 AM
This is the perfect way to cut from pot file.
./cutb.bin -15 15 < hashcat.pot | cut -d: -f2- > outfile.txt && sed 's/.*://' outfile.txt > passwords.txt
./cutb.bin -15 15 < hashcat.pot | cut -d: -f2- > outfile.txt && sed 's/.*://' outfile.txt > passwords.txt