hashcat Forum
How do I connect a found hash to plain:hash? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How do I connect a found hash to plain:hash? (/thread-9895.html)



How do I connect a found hash to plain:hash? - LackuJacku - 02-23-2021

My question is how do I connect a found hash:

8743b52063cd84097a65d1633f5c74f5:test1

with a plain:hash that it originally came from:

blahblah:8743b52063cd84097a65d1633f5c74f5

to make:

blahblah:8743b52063cd84097a65d1633f5c74f5 + 8743b52063cd84097a65d1633f5c74f5:test1 = blahblah:test1

basically matching the hashes together...

I remember vaguely there was a command to do something like this, but I honestly don't know. Can anyone help me?


RE: How do I connect a found hash to plain:hash? - Snoopy - 02-24-2021

hashcat -m [hashmode] --potfile-path [pot.pot] --show --username --outfile-format=2 [input]


RE: How do I connect a found hash to plain:hash? - LackuJacku - 02-25-2021

(02-24-2021, 01:32 PM)Snoopy Wrote: hashcat -m [hashmode] --potfile-path [pot.pot] --show --username --outfile-format=2 [input]

Bro thank you so much I have been searching forever!