|
.htpasswd crack ? - Printable Version +- hashcat Forum (http://hashcat.net/forum) +-- Forum: Support (/forum-3.html) +--- Forum: General Help (/forum-8.html) +--- Thread: .htpasswd crack ? (/thread-927.html) |
.htpasswd crack ? - Mem5 - 02-15-2012 09:17 AM Does *hashcat cracks .htpasswd encryption (len = 13) ? I think it's crypt() Code: admin:xxxxxxxxxxxxxRE: .htpasswd crack ? - atom - 02-15-2012 10:03 AM yes, -m 1500 RE: .htpasswd crack ? - mastercracker - 02-15-2012 03:08 PM Yes and either remove the username from your hashlist or use the --username switch. RE: .htpasswd crack ? - Mem5 - 02-15-2012 04:44 PM Wonderful ! Thanks. |