The cracked hashes are stored in the file hashcat.potfile
you can use the command:
hashcat -m 16800 --show galleria.16800
to show all the cracked hashes and the corresponding passwords
The passwords are normally also printed to the shell output or alternatively if you use --outfile (short: -o) it will be stored in that specific file you wanted hashes to store the cracked hash:pass combination
you can use the command:
hashcat -m 16800 --show galleria.16800
to show all the cracked hashes and the corresponding passwords
The passwords are normally also printed to the shell output or alternatively if you use --outfile (short: -o) it will be stored in that specific file you wanted hashes to store the cracked hash:pass combination