Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when salt contains "<" symbol
06-22-2012, 10:42 PM (This post was last modified: 06-22-2012 10:42 PM by cnekmp.)
Post: #1
Error when salt contains "<" symbol
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?
Find all posts by this user
06-22-2012, 10:49 PM (This post was last modified: 06-22-2012 11:17 PM by M@LIK.)
Post: #2
RE: Error when salt contains "<" symbol
You have to escape that character:
G<: becomes G^<:
Find all posts by this user
06-23-2012, 09:42 AM
Post: #3
RE: Error when salt contains "<" symbol
Oh, thanks a lot.

It works now Smile
Find all posts by this user
Thread Closed