vBulletin: md5(md5($pass).$salt) - command line ?!
#1
Question 
I try these:

oclHashcat.exe -m 5 vb3_hashes.txt example.dict ?d

oclHashcat.exe -d 1 -n 8 -m 5 vb3_hashes.txt example.dict ?d

the hashes in vb3_hashes.txt are in format hashConfusedalt

the programme responds this:

Code:
Digests: 2 entries, 2 unique, 0Mb
Salts: 2 entries, 2 unique, 0Mb
Loaded: example.dict (129988)
Maskprocessor: ?d (10)
Summary: 1299880 combination
Platforms: 1
Vendor: NVIDIA Corporation (1 matched)
Kernel: oclHashcat_4_4318.kernel (227254 bytes)
Device #1: GeForce 9800 GTX/9800 GTX+, 511MB, 1836Mhz, 16MCU
WARNING: words in wordlist_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [q]uit =>
Threads...: 1, running
Speed.GPU1: 49.30M/s
Speed.GPU*: 49.30M/s
Recovered.: 0/2 Digests, 0/2 Salts
Progress..: 1299880/1299880 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Fri May 14 12:31:24 2010
Stopped: Fri May 14 12:31:25 2010

The result is no found passwords !? The same passwords but in MD5 are found ! What I do wrong ?

And one more question - is there option for SIMPLE wordlist (dictionary) attack , NOT combined with any mask attack ?

Thanks in advance !


Messages In This Thread
vBulletin: md5(md5($pass).$salt) - command line ?! - by vector - 05-14-2010, 11:40 AM