MD5(Unix) Format - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: MD5(Unix) Format (/thread-1218.html) |
MD5(Unix) Format - cards2011 - 05-29-2012 Hi. Trying to get oclHashcat-plus to crack what I think is a salted MD5 hash from a unix system. Using the '-m 500' hash type for 'MD5(Unix)'. However, I keep getting the "Line-length exception" error. What is the proper format for loading an MD5(Unix) hash? Do I need to remove the $1$ or something else? My hash looks something like this ($1$ followed by 8 characters followed by $ followed by 22 characters): $1$xxxxxxxx$xxxxxxxxxxxxxxxxxxxxxx RE: MD5(Unix) Format - atom - 05-29-2012 This is the correct format. Make sure you have no whitespaces at the beginning or the end of line. Also make sure you are not writing a BOM (unicode marker). This is how an md5crypt hash looks like: $1$ORe4nc8h$.HblLycK3mBjbuXjE3IrP. |