Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 24 Jan 2016 21:33:18 -0500
From: Rich Rumble <richrumble@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: lost sparsebundle/timemachine credential

On Sun, Jan 24, 2016 at 9:13 PM, Dan Tentler <dan@...nlabs.com> wrote:
> Hey, this is great!
> This gets me part of / most of the way, so this is excellent!
> Thanks! :D
>
> As far as the masks go, can john take masks? I've never tried before.
>
>
> On 1/24/16 5:53 PM, Rich Rumble wrote:
>> On Sat, Jan 23, 2016 at 7:44 PM, Dan Tentler <dan@...nlabs.com> wrote:
>>>  Lets say my password is "imadumbass123!!!", but I want to swap just the
>>> exclamation points at the end for other symbols, the numbers for other
>>> letters, or the word 'dumbass' for 'idiot' or another smaller dictionary of
>>> options.. Is it possible to do something like
>>>
>>> ima$1123!!!
>>> imadumbass$1!!!
>>> imadumbass123$1
>>>
>>> where $1 would be either a mask (?d?d?d, ?s?s?s) or another smaller dict
>>> file (selfdeprecationisfun.txt, which contains a variety of other words)
>> Prince is close to what you want:
>> http://www.openwall.com/lists/john-users/2015/06/11/1
>> ./john hash.txt -prince=yourwords.txt -rules=single
>> Where hash.txt is your hash, and yourwords are the words you think are
>> likely. Rules can be any you devise or use the built-in ones. Nothing
>> I am aware of for the wildcard other than using a bunch of literal
>> masks.
>> imadumbass?d?d?d!!!
>> imadumbass?s?s?s!!!
>> -rich
It sure can, this is a good cheatsheet:
https://countuponsecurity.files.wordpress.com/2015/06/jtr-cheat-sheet.pdf
Mask and Rules can be combined if I recall correctly.
-rich

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.