Custom symbol character set
#3
#2 - That's what I was afraid of. Oh well, nothing a find and replace can't fix.

#1 - Your line looks like what I tried, but it doesn't work. I had figured out I need to escape the comma (the error message is different if you don't), but that didn't work and the wiki didn't really cover this, so I finally posted. Here's a line from my hcmask file (the $1 is the last character):

    !"#$%&'()*+\,-./:;<=>?@[\]^_`{|}~,?d?d?d?d?l?u?l?u?l?1

Comparing your suggested character set (bottom) to mine (top), they look identical:

    !"#$%&'()*+\,-./:;<=>?@[\]^_`{|}~
    !"#$%&'()*+\,-./:;<=>?@[\]^_`{|}~

But when I run this, I get (hashcat 3.6.0):

    Watchdog: Temperature retain trigger set to 75c

    Syntax error: !"#$%&'()*+,-./:;<=>?@[]^_`{|}~

I do notice two things in the error message - 1 the comma escape is gone but that's probably OK, and 2 the literal backslash is gone too, the one between []. Changing the section [\] to [\\] gets rid of the second issue, but I still get a syntax error.

Even when I escape every symbol, I still get the syntax error.


Messages In This Thread
Custom symbol character set - by rsberzerker - 09-14-2017, 04:14 AM
RE: Custom symbol character set - by philsmd - 09-14-2017, 07:20 AM
RE: Custom symbol character set - by rsberzerker - 09-14-2017, 02:07 PM
RE: Custom symbol character set - by philsmd - 09-14-2017, 02:20 PM
RE: Custom symbol character set - by rsberzerker - 09-14-2017, 02:48 PM
RE: Custom symbol character set - by philsmd - 09-14-2017, 04:09 PM