hashcat Forum
Circumflex character not accepted in oclHashcat 1.37 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Circumflex character not accepted in oclHashcat 1.37 (/thread-4771.html)



Circumflex character not accepted in oclHashcat 1.37 - emilmaric - 10-30-2015

Hi,

I'm using oclHashcat 1.37. When I try to use the circumflex character, ^, as part of a custom charset, oclHashcat will not make use of it at all. 

For example:
Code:
> cudaHashcat64.exe -a 3 -m 120 -1 ?l?u?d@!#$%^&*()_+-= hash.txt ?1?1?1?1?1?1


Whether or not I take out the ^, it does not make a difference. Is this a possible bug?


RE: Circumflex character not accepted in oclHashcat 1.37 - stepMode - 10-30-2015

try using
Code:
> cudaHashcat64.exe -a 3 -m 120 -1 ?l?u?d"@!#$%^&*()_+-=" hash.txt ?1?1?1?1?1?1



RE: Circumflex character not accepted in oclHashcat 1.37 - Xanadrel - 10-30-2015

No issue here, as often, learn to use your shell/command prompt, specifically the part about escaping chars.


RE: Circumflex character not accepted in oclHashcat 1.37 - atom - 11-02-2015

Also, if you want to avoid escaping problems just put them into a file and use the filename as charset