Error when salt contains "<" symbol - 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: Error when salt contains "<" symbol (/thread-1322.html) |
Error when salt contains "<" symbol - cnekmp - 06-22-2012 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? RE: Error when salt contains "<" symbol - M@LIK - 06-22-2012 You have to escape that character: G<: becomes G^<: RE: Error when salt contains "<" symbol - cnekmp - 06-23-2012 Oh, thanks a lot. It works now |