Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 3 Apr 2010 10:54:08 +0200
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: JTR rule - insert digits/chars from start to end

Hi

 I would like change vowels by others vowels, the insert digits/chars 
from start to end.

 example with "john":
  
 jyhn 
 juhn
 jehn
 jahn
 jihn 

0jyhn -> j0yhn -> jy0hn -> jyh0n -> jyhn0

etccccc

I try 

 /a sa[eiouy] :[:c] >\r[00-9A-C] A\p0[0-9A-D],[ 
0-9?&%^*)(_=><:#-@...!:],
 /e se[aiouy] :[:c] >\r[00-9A-C] A\p0[0-9A-D],[ 
0-9?&%^*)(_=><:#-@...!:],
 /i si[aeouy] :[:c] >\r[00-9A-C] A\p0[0-9A-D],[ 
0-9?&%^*)(_=><:#-@...!:],
 /o so[aieuy] :[:c] >\r[00-9A-C] A\p0[0-9A-D],[ 
0-9?&%^*)(_=><:#-@...!:],
 /u su[aeioy] :[:c] >\r[00-9A-C] A\p0[0-9A-D],[ 
0-9?&%^*)(_=><:#-@...!:],
 /y sy[aeiou] :[:c] >\r[00-9A-C] A\p0[0-9A-D],[ 
0-9?&%^*)(_=><:#-@...!:],

but I get :

Invalid rule in ./john.conf at line 1119: Unknown command


arghh!


 some help needed :)

 Thanks in advance,

 W.A.

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.