Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 07 Oct 2019 20:54:05 +0100
From: Darren Wise <darren@...ecorp.co.uk>
To: john-users@...ts.openwall.com
Subject: Re: Prince help. Any way to remove repeats?

Sorry to stick my beak in here, I just seen this post and thought to myself.. What about using a bash script some sed and such or if a windows GUI find&replace to remove the duplicates and then feed the word list file back through whatever.

I used bash, used & awk a while back to utilise a lost of phone prefixes I had amassed, then generate all possible number ranges between six, zeros and six, nines like a rainbow table which then applied these numbers generated to each prefix and after that wrap each prefix, suffix inside some XML which created VCARDs in folders for each prefix both individually and a single large file within each prefix folder so that I could interface them at will within a android smartphone.

So I'm sure something like this might be viable for you to whip up and utilise in many ways.

Sorry if I've a annoyed anyone sticking my nose in.

On 7 October 2019 16:18:21 BST, Matt Weir <cweir@...edu> wrote:
>There is no way to limit repeats of the same word in PRINCE. For your
>particular use-case you'll probably need to either code up a custom
>EXTERNAL mode for JtR or write a script to perform the guess generation
>and
>pipe it into JtR using the -stdin option. The advantage of writing the
>logic in External mode is that it'll be easier to do things like get
>status
>outputs of a running session. Also it would make it easier for other
>people
>to make use of this functionality as well if you want to contribute it
>back
>to the community.
>
>Documentation about EXTERNAL mode is here:
>https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/EXTERNAL
>
>
>If you find another program that will generate guesses the way you want
>though, you can pipe it into JtR using the following command:
>
>./PROGRAM_TO_GENERATE_GUESSES | ./john --stdin (INSERT OTHER CRACKING
>SETTINGS HERE)
>
>Cheers, and good luck!
>Matt
>
>On Mon, Oct 7, 2019 at 10:22 AM Sebastian Hudson
><s.hudson@...ernode.on.net>
>wrote:
>
>> Hi, I’m new to all this so any help or a point in the right direction
>> would be great!
>> I’m just wondering if there’s a way to stop Prince from trying
>repeats of
>> words in my wordlist?
>>
>> For example only trying:
>> CatDogCow
>> CatCowDog
>> DogCatCow
>> DogCowCat
>> CowCatDog
>> CowDogCat
>>
>> and ignoring:
>> CatCatCat
>> CatCatDog
>> CatDogCat
>> CatDogDog
>> etc…
>>
>> Is there something I need to add or could I change something in
>john.conf?
>> Thanks heaps
>> /Seb

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.