hashcat Forum

Full Version: Delete hash results
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, how can I delete the found results?
Hashcat writes if I want to try the same hash with other settings
"INFO: All hashes found in potfile! You can use --show to display them." Where can I delete the found password?

Thank you.
(02-14-2017, 04:06 PM)Tuxel Wrote: [ -> ]Hello, how can I delete the found results?
Hashcat writes if I want to try the same hash with other settings
"INFO: All hashes found in potfile! You can use --show to display them." Where can I delete the found password?

Thank you.

on linux this file can be located in your .hashcat folder, usually:

~/.hashcat/hashcat.potfile
Many Thanks...