Cracking htaccess MD5 with some static chars?
#1
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
#2
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)
#3
(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?
#4
yes, exactly