Vbulletin v4 salted hash command
#1
Hello

I have a hash like this from a Vbulletin v4:

<removed>

When i run the command i get this error:

C:\hashcatlite>oclHashcat-lite64.exe -m 2711 --outfile-format=3 --gpu-temp-abort
=90 --pw-min=1 --pw-max=8 -1 ?l?d <removed>:w'ElRCU9I%t'}
u>0'ZtQtc=7F&+#~j ?1?1?1?1?1?1?1?1
'+#~j' is not recognized as an internal or external command,
operable program or batch file.

Any help please?

Thank you
#2
follow the rules next time
#3
you have to properly escape or quote the salt.
#4
or put it into file
#5
"you have to properly escape or quote the salt. "

How?
#6
http://www.google.de/search?q=windows+cm...cial+chars
#7
I didn't understand it undeath sorry Sad

I will try to create a txt file and add my vbulletin salted pass there and loaded to Hashcat Lite as Atom recommend as it is more easy for me ....

Can you please point me to the command after that to load the file and set it to bruteforce max 8 characters lowercase letters and numbers ?

Thank you