Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 2 Jul 2019 19:34:06 +0200
From: Peter Farge <peterfarge@....de>
To: john-users@...ts.openwall.com
Subject: John rules with utf8 chars?

Hello,

I want to use johns rules to expand a text file.
For example this rules:
[List.Rules:Currency]
Az"[£€]"

./JohnTheRipper/run/john --wordlist=./pwl.txt --rules=Currency--stdout | xxd

I thought this will add a Pound and a Euro sign at the end of each word.
Instead it added the ascii char hex c2 to a line and hex a3 to the next
line. If I take a look at utf8, this is the encoding of the pound sign.
In the john.conf file is written that I could use \xA3 for the pound
sign in iso-8859 codepage. But this is only a workaround. Is it possible
to use utf8 in the rule definition?

If not, is there a alternitive for expanding text files with rules like
in john?


Thanks

Peter

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.