Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cracking htaccess MD5 with some static chars?
06-17-2012, 02:06 PM (This post was last modified: 06-17-2012 02:06 PM by billifischmaul.)
Post: #1
Cracking htaccess MD5 with some static chars?
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
Find all posts by this user
06-17-2012, 02:56 PM
Post: #2
RE: Cracking htaccess MD5 with some static chars?
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)
Visit this user's website Find all posts by this user
06-17-2012, 04:20 PM
Post: #3
RE: Cracking htaccess MD5 with some static chars?
(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?
Find all posts by this user
06-17-2012, 05:17 PM
Post: #4
RE: Cracking htaccess MD5 with some static chars?
yes, exactly
Visit this user's website Find all posts by this user
Thread Closed