colabcat
colabcat copied to clipboard
how to load hashes
everytime i try to crack a hash it keeps on saying 'no hashes loaded'

Looks like your hash.txt file is malformed somehow. The simplest way to ensure that your file is the hash and nothing else (like a stray hidden character that could mess up the parser) would be to make the file on the command line, like so:
echo "hash_goes_here" > filename_goes_here.hash