hashcat Forum

Full Version: Reduce special charset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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.
this was fixed in the meanwhile. to use ? you have to use ??. also you can use --hex-salt or --hex-charset if quoting fails.
Thank you for the quick reply, this trick works for me: !??,.:/@^\#\&\<\>=+-_*%\$
Replace ? with ??, and add \ for #&<>$ .