Cracking htaccess MD5 with some static chars? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Cracking htaccess MD5 with some static chars? (/thread-1302.html) |
Cracking htaccess MD5 with some static chars? - billifischmaul - 06-17-2012 Hello, Im new to hascat and i want to know if hashcat is able to bruteforce a htaccess md5 and with which mask i should bruteforce if i want to brute with some static chars. For example: xYZabC123 + mix out of lowercase/uppercase/digits etc. with an unknown length. Is this possible with hascat? -billifischmaul RE: Cracking htaccess MD5 with some static chars? - atom - 06-17-2012 yes, oclHashcat-plus can do it. use -m 500 -a 3 -1 ?l?d?s?u xYZabC123?1?1?1?1?1 (in this case 5 unknown placeholders are appended) RE: Cracking htaccess MD5 with some static chars? - billifischmaul - 06-17-2012 (06-17-2012, 02:56 PM)atom Wrote: yes, oclHashcat-plus can do it. use -m 500 -a 3 -1 ?l?d?s?u xYZabC123?1?1?1?1?1 (in this case 5 unknown placeholders are appended) ok thank you. so i have to brute the mask xYZabC123?1, xYZabC123?1?1, xYZabC123?1?1?1, xYZabC123?1?1?1?1, xYZabC123?1?1?1?1?1, etc. by myself if i don't know how long the hashed string was? RE: Cracking htaccess MD5 with some static chars? - atom - 06-17-2012 yes, exactly |