MD5 Again.. - 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: MD5 Again.. (/thread-7601.html) |
MD5 Again.. - Ark223 - 06-22-2018 I have a txt file with some MD5 hashes. How can i make it to brute-force them and also change encrypted lines into decrypted words in that file? Something like: [Txt file] 21232f297a57a5a743894a0e4a801fc3 -> admin e10adc3949ba59abbe56e057f20f883e -> 123456 RE: MD5 Again.. - radix - 06-22-2018 hashes are hashed, not encrypted... when a hash is cracked its written to hashcat.pot. you cant write to the file you are reading from in a run. specify -o cracked.txt or similar to write your cracks to a new file. RE: MD5 Again.. - Ark223 - 06-22-2018 (06-22-2018, 08:29 PM)radix Wrote: hashes are hashed, not encrypted... Ok then, how can i import my list into hashcat? Which command? |