Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reduce special charset
01-10-2012, 04:21 PM
Post: #1
Reduce special charset
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
Find all posts by this user
Quote this message in a reply
01-10-2012, 04:25 PM
Post: #2
RE: Reduce special charset
(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.
Find all posts by this user
Quote this message in a reply
01-10-2012, 04:54 PM
Post: #3
RE: Reduce special charset
this was fixed in the meanwhile. to use ? you have to use ??. also you can use --hex-salt or --hex-charset if quoting fails.
Visit this user's website Find all posts by this user
Quote this message in a reply
01-10-2012, 08:24 PM
Post: #4
RE: Reduce special charset
Thank you for the quick reply, this trick works for me: !??,.:/@^\#\&\<\>=+-_*%\$
Replace ? with ??, and add \ for #&<>$ .
Find all posts by this user
Quote this message in a reply
Post Reply