Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
oclHashcat-lite v0.9 - MyBB?
04-15-2012, 07:29 PM (This post was last modified: 04-15-2012 07:30 PM by code841.)
Post: #1
oclHashcat-lite v0.9 - MyBB?
Hey, been a guest lurker for a while.
Does lite v0.9 not support MyBB properly? I noticed it finally had the support added in the release notes. But I can't seem to get it to work.
Here's how I tried to use it:

Code:
oclHashcat-lite64.exe --hash-type 2811 --custom-charset1 ?l?d --pw-min 6 valid_hash:valid_salt ?1?1?1?1?1?1

*Note I have replaced the real hash/salt for privacy/legal or w/e.

This gives me the error:

hash: valid_hash:valid_salt, line length exception: 41
ERROR: invalid hash ' valid_hash:valid_salt'. double check -m parameter

Is there some way the salt is supposed to be inputted or specified? I couldn't find it in the wiki/documents.
It seems like it's reading the whole thing as the hash.


Also, unrelated. Were you (atom or anyone whom it may concern) aware that some parts of the forum are giving 502 Bad Gateway errors when trying to view as Guest (not logged in). Well it was for me.
Find all posts by this user
Quote this message in a reply
04-15-2012, 07:36 PM
Post: #2
RE: oclHashcat-lite v0.9 - MyBB?
Hm, I think you are right. While IPB2 and MyBB1.2 share the same algorithm, the salt length differ. On IPB2 its a fixed string of length 5, so oclHashcat-lite wants the salt to be of length 5. I will fix this with v0.10. You can use oclHashcat-plus v0.07 as a workaround.
Visit this user's website Find all posts by this user
Quote this message in a reply
04-15-2012, 07:40 PM
Post: #3
RE: oclHashcat-lite v0.9 - MyBB?
Oh ok, thanks for the quick response Big Grin.
Find all posts by this user
Quote this message in a reply
04-18-2012, 07:05 PM
Post: #4
RE: oclHashcat-lite v0.9 - MyBB?
@atom::
how can i know all the salt length ranges in oclHashcat-plus-0.07 for these algos::
2611 = vBulletin < v3.8.5
2711 = vBulletin > v3.8.5
2811 = IPB 2.0, MyBB1.2
??
Find all posts by this user
Quote this message in a reply
04-18-2012, 08:34 PM
Post: #5
RE: oclHashcat-lite v0.9 - MyBB?
--hash-type 2611 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaa
--hash-type 2711 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
--hash-type 2811 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaa
Find all posts by this user
Quote this message in a reply
04-18-2012, 10:36 PM
Post: #6
RE: oclHashcat-lite v0.9 - MyBB?
@Mem5::
u didnt say anything new.. these "Salt Length" below are not fixed (tries).. i want to know the fixed values
Code:
2611 = vBulletin < v3.8.5
    md5(md5($pass).$salt)
    md5($username.md5($pass).$salt)
    md5(md5($username.$pass).$salt)
    Salt Length: 3 - 4
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaa
    c87aacfceafb791df7a38ae3fd08ca3b:aaa:HashCat

2711 = vBulletin > v3.8.5
    md5(md5($pass).$salt)
    md5($username.md5($pass).$salt)
    md5(md5($username.$pass).$salt)
    Salt Length: 30
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    f247f6a7212931e35af9c14db8470d74:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:HashCat

2811 = IPB 2.0, MyBB1.2
    md5(md5($salt).md5($pass))
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaa
    Salt Length: 5 - 8
    d2af0364499b0a56d3065210a47b37da:aaaaa:HashCat
Find all posts by this user
Quote this message in a reply
04-19-2012, 03:34 PM
Post: #7
RE: oclHashcat-lite v0.9 - MyBB?
There is no such resource available.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply