Can't Crack vBulletin?
#1
Just became this Message:

Code:
ERROR: hash: 899ce4d7a7a9b43f1786900ba0ea7ff:%Nkat{j7QXx;~BFaP9|f^#X9/&Pu&, seperator ':' not found
ERROR: no hashes loaded

Code:
ERROR: hash: c68de0a03ea856181b7e41cb4482d479:Tb?, line length exception: 36
ERROR: hash: 365e33acd11c387f6b610ee52ee9d6ec:gY8, line length exception: 36
ERROR: hash: 18da42fd64b45f2e7095648d98ea3465:err, line length exception: 36
ERROR: hash: b71d2ec17396f66c93886099c546912a:F=}, line length exception: 36
ERROR: hash: 847a3258994e5dc0f7eea42573f92e7c:i\j, line length exception: 36
ERROR: hash: 2170bc20b1e9a839ac2e847053607098:@YV, line length exception: 36
ERROR: hash: e5d575d6a060f7829633c7325f39a84b:zGH=44(9=rSH, line length exceptio
n: 45
ERROR: hash: aaee2211a1e21c633247563b15f8a0e2:8iE, line length exception: 36
ERROR: hash: a1c68036231fdbce4a4129ca280d7f2d:aDm, line length exception: 36
ERROR: hash: 305e51621bfc7f07d6a2c898db244681:Çfc, line length exception: 36
ERROR: hash: 83643d4745ef2ab376abf11a7cd29ff0:â•—Ï€), line length exception: 36
ERROR: hash: 73ce61a437c7c2d56f5fa32708652f5b:v@k, line length exception: 36
ERROR: hash: 2bd1f2721575264f1f388e18d40ec783:*!_, line length exception: 36
ERROR: hash: 960d8797a45c5478f4f6a276d53a9701:~E/, line length exception: 36
ERROR: hash: be9f6a075934fba10fbccad7f41c8e3e:89p;)qKzk>, line length exception:
43
ERROR: hash: def57f1214e61d268bf40369ce58797d:4dJ, line length exception: 36

Other problem, why is he not Accepting these hashes?
#2
ah, thats two things:

1. it looks like you have space at line end. hashcat can not just ignore them because in theory a space char could be part of a salt. you have to manually clean your hashlist or do a clean export before you can load it.

2. there are two different versions of vbull. if you want to load the old one with 3 char salts, use -m 5. if you want to use the new with 30 char salts, use -m 15.
#3
(09-17-2011, 03:22 PM)atom Wrote: ah, thats two things:

1. it looks like you have space at line end. hashcat can not just ignore them because in theory a space char could be part of a salt. you have to manually clean your hashlist or do a clean export before you can load it.

Code:
C:\oclHashcat\oclHashcat-plus-0.06>cudaHashcat-plus32.exe -m 15 --remove --rules
-file C:/oclHashcat/hashcat-gui-0.4.4/hashcat-gui-0.4.4/Rules2/d3ad0ne_1.5K.rule
--outfile C:/oclHashcat/oclHashcat-plus-0.06/cracked.TXT C:/oclHashcat/oclHashc
at-plus-0.06/hash.TXT C:\oclHashcat\hashcat-gui-0.4.4\hashcat-gui-0.4.4\NewDics

ERROR: hash: 899ce4d7a7a9b43f1786900ba0ea7ff:%Nkat{j7QXx;~BFaP9|f^#X9/&Pu&,, seperator ':' not found
ERROR: no hashes loaded

No Space at the end Wink!

(09-17-2011, 03:22 PM)atom Wrote: 2. there are two different versions of vbull. if you want to load the old one with 3 char salts, use -m 5. if you want to use the new with 30 char salts, use -m 15.

Thank you for ur Explanation Smile
#4
For your separator not found error, your hashes is missing 1 character. It's length 31 instead of 32.