Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 2 Aug 2009 00:57:16 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: changing s to $

On Sat, Aug 01, 2009 at 08:57:21PM +0200, websiteaccess wrote:
>  I want change all "s" in a word to "$" (test -> te$t)
> 
>  I try   /s ss$   it doesn't work 

It works for me:

[List.Rules:Wordlist]
/s ss$

$ echo test > w
$ john -w=w --rules --stdout
te$t
words: 1  time: 0:00:00:00 100%  w/s: 100  current: te$t

Alexander

-- 
To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.

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.