how to md5unix - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: how to md5unix (/thread-3983.html) |
how to md5unix - imdamgud - 01-16-2015 Hello, Im pretty new to hashcat, I was watching some videos and reading guides, still something went wrong, so lets see if you guys can help me out. I have a some hashes from a wordpress site ( so its MD5Unix most likely) My hashes seems to be like this one : $P$xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ ( so 30 characters after the $P$ then "/" at the end. I have wordlists on about 5gb also I've done with hash.txt (hashes filled in without "quote") and cracked.txt Now I'd need help, how can I basicly kick of the cracking. This is the command line I used : >hashcat -m 400 -a 0 -o 0 C:\hashcat\hash.txt C:\hashcat\cracked.txt C:\hashcat\wordlist.txt ( to try out I used a hash of mine in the hash.txt and my password on wordlist.txt ) after some seconds the program stops himself (seems like everything went smooth and its done cracking) but I didnt get my password to the cracked text file its still empty. Here is a image of the whole process (cmd) What did I do wrong ? I'd highly appreciate. Regards RE: how to md5unix - imdamgud - 01-16-2015 Solved. |