hashcat Forum
Reduce special charset - 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: Reduce special charset (/thread-812.html)



Reduce special charset - xelix - 01-10-2012

Hi,

I want to reduce the special charset to only: !?,.:/@^#&<>=+-_*%$ but this option call -1 !?,.:/@^#&<>=+-_*%$ always complaining for syntax error. I have tried the escape char backslash, single quote and double quote, but no luck. Any suggestions? (I use oclHashcat-lite on Linux)

Thx


RE: Reduce special charset - radix - 01-10-2012

(01-10-2012, 04:21 PM)xelix Wrote: Hi,

I want to reduce the special charset to only: !?,.:/@^#&<>=+-_*%$ but this option call -1 !?,.:/@^#&<>=+-_*%$ always complaining for syntax error. I have tried the escape char backslash, single quote and double quote, but no luck. Any suggestions? (I use oclHashcat-lite on Linux)

Thx

you cant use ? yet but I think atom is working on that.



RE: Reduce special charset - atom - 01-10-2012

this was fixed in the meanwhile. to use ? you have to use ??. also you can use --hex-salt or --hex-charset if quoting fails.


RE: Reduce special charset - xelix - 01-10-2012

Thank you for the quick reply, this trick works for me: !??,.:/@^\#\&\<\>=+-_*%\$
Replace ? with ??, and add \ for #&<>$ .