01-18-2019, 09:58 AM
as the above mentioned wiki post explains, you need to use --show --username and the original hash lists:
where x must be replaced with the correct hash type (see https://hashcat.net/wiki/examples_hashes or run hashcat --help)
The default session name is "hashcat" and therefore hashcat.potfile will be used. If you have used a different --session name during the cracking phase, you need to use --session [my_session_name] for the --show command too (where [my_session_name] must be replaced by the name of your session, default is "hashcat").
Code:
hashcat -m x --show --username hashes.txt
where x must be replaced with the correct hash type (see https://hashcat.net/wiki/examples_hashes or run hashcat --help)
The default session name is "hashcat" and therefore hashcat.potfile will be used. If you have used a different --session name during the cracking phase, you need to use --session [my_session_name] for the --show command too (where [my_session_name] must be replaced by the name of your session, default is "hashcat").