Basic: Did I break my hashcat?
#5
Yes, you're both right. I finally realized what the problem was. I was making MD5 hashes on the command line with something like:

touch hashes.txt
touch MaryJane.txt
echo 'MaryJane' > MaryJane.txt
md5sum MaryJane.txt > hashes.txt

repeat for a couple of other easy passwords and >> into hashes.txt then remove the names of the contributing text files with nano leaving only the MD5 hashes.

I think perhaps I was not getting the MD5 hash of MaryJane but of 'MaryJane' or something like that.

Bottom line is you're both right, I assumed this was giving me the correct hashes but it wasn't (my bad) and hence hashcat wasn't finding the passwords in rockyou.txt because 'MaryJane' isn't in rockyou.txt but MaryJane is. Or perhaps I was MD5 hashing MaryJane.txt . . . not sure but solved anyway.

Must pay more attention to the little things.

Thanks to both @buka and @Spliceguy for correct and helpful info.
Reply


Messages In This Thread
Basic: Did I break my hashcat? - by code9n - 09-12-2025, 06:14 AM
RE: Basic: Did I break my hashcat? - by buka - 09-12-2025, 06:19 AM
RE: Basic: Did I break my hashcat? - by code9n - 09-14-2025, 10:13 AM
RE: Basic: Did I break my hashcat? - by Spliceguy - 09-14-2025, 05:31 PM
RE: Basic: Did I break my hashcat? - by code9n - 5 hours ago