Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Sun, 10 Jun 2012 21:25:17 +0200
From: madfran@...-ezine.org
To: john-users@...ts.openwall.com
Subject: External mode: Keyboard Cyrilic

Hi,

I am trying to adapt the external mode Keyboard to a Cyrilic keyboard.
Attached small part of the modification in john.conf.
How editor I use Microsoft Word and I save the file in Cyrilic Windows code.
When I launch john, the program fail.

# ./john --format=nt2 --external=Keyboard2 --session=key2 list.txt
Segmentation fault (core dumped)

I use John 1.7.9 jumbo under cygwin.

Solution?

Regards,

*************************************************************
	i = 0; while (i < 0x40) k[i++] = 0;
	k[0] = '`';
	i = 0; while (++i <= 9) k[i] = '0' + i;
	k[10] = '0'; k[11] = '-'; k[12] = '=';
	k[0x11] = '&#1081;'; k[0x12] = '&#1094;'; k[0x13] = '&#1091;';  
k[0x14] = '&#1082;';

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.