Error when salt contains "<" symbol
#1
Hello, here is an example of command:

C:>cudaHashcat-lite64.exe --hash-type 2611 --outfile done.out --custom-charset1 ?l --gpu-accel 80 2db2f0bae9bf11918f9f98502b78b9dc:G<: ?1?1?1?1?1?1?1?1?1?1

Output:

The filename, directory name, or volume label syntax is incorrect.

Ocl version is 0.9.

Is it [/quote]a bug? If not, so how can I fix it?
#2
You have to escape that character:
G<: becomes G^<:
#3
Oh, thanks a lot.

It works now Smile