When I want to mass crack hashes and I obtain all the passwords, how do I get them to the correct email without having to search through all of the hashes and combine them manually. Say I just cracked 1000+ hash passwords, how would I combine them to their correct emails?
Hashcat help with email combining to password.
|
if you have a list of email:hash you can use --show with --username combined:
Code: hashcat -m 99999 --show --username user_hash.txt (just for demonstration purposes this is mode 99999 where hash = password)
04-02-2020, 08:56 AM
Whenever i put --show into it, it's doesn't work. with --username it's fine but --show messes up my code, there's a long list of passwords that just say "changeme"
04-02-2020, 12:17 PM
short answer: --show should never be used while you are cracking (it's used afterwards, when already cracked)
see: https://hashcat.net/faq#how_can_i_show_p...ilpassword btw: you always need to set -m to the correct hash type... just have a look at the --help output of hashcat first crack (with dictionary -a 0, or mask -a 3 etc), then after cracking use --show without any dictionary, without any mask etc |
« Next Oldest | Next Newest »
|