Reduce special charset
#1
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
#2
(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.
#3
this was fixed in the meanwhile. to use ? you have to use ??. also you can use --hex-salt or --hex-charset if quoting fails.
#4
Thank you for the quick reply, this trick works for me: !??,.:/@^\#\&\<\>=+-_*%\$
Replace ? with ??, and add \ for #&<>$ .