|
|
Message-ID: <CAN4B414jZasuDa1C3aWaYjAm28upSveYqVWmaL7o+0=+HC4TQg@mail.gmail.com>
Date: Tue, 1 Sep 2015 23:39:02 +0200
From: Luis Rocha <luiscrocha@...il.com>
To: john-users@...ts.openwall.com
Subject: External subsets mode
Hello,
I was trying the --external=subsets mode with a different character but I
get a segmentation fault when changing the character range in john.conf:
/* This defines the character set */
i = 0;
c = 0xc2a1;
while (c <= 0xcdaf)
charset[i++] = c++;
$ ./john /tmp/hashes --internal-encoding=utf-8 --encoding=utf-8 --format=nt
--external=subsets
Segmentation fault (core dumped)
Any idea what it could be?
thanks
Luis
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.