hashcat Forum
Vbulletin v4 salted hash command - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html)
+--- Thread: Vbulletin v4 salted hash command (/thread-1674.html)



Vbulletin v4 salted hash command - mariaki - 10-21-2012

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


RE: Vbulletin v4 salted hash command - radix - 10-21-2012

follow the rules next time


RE: Vbulletin v4 salted hash command - undeath - 10-21-2012

you have to properly escape or quote the salt.


RE: Vbulletin v4 salted hash command - atom - 10-21-2012

or put it into file


RE: Vbulletin v4 salted hash command - mariaki - 10-21-2012

"you have to properly escape or quote the salt. "

How?


RE: Vbulletin v4 salted hash command - undeath - 10-21-2012

http://www.google.de/search?q=windows+cmd+escaping+special+chars


RE: Vbulletin v4 salted hash command - mariaki - 10-21-2012

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