09-17-2011, 03:54 PM
(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 !
(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