|
Message-ID: <43735CBF.1080900@lab.b-care.net> Date: Thu, 10 Nov 2005 15:44:15 +0100 From: Simon Marechal <simon@....b-care.net> To: john-users@...ts.openwall.com Subject: Re: output tested hashes thomas springer wrote: > Hi, > > to speed things up for cracking "standard-passwords) i'd like to have > john list every generated hash (along with the corresponding > source-pw) to stdout - i already tried to hack my way through > cracker.c, but my c is too lousy to get things right. > > could anybody give me a clue (or path??) where i have to put the > print(%s) to get all tested hashes printed to stdout? Hashes are generated by crypt_all. Depending on the cipher they are stored in different ways so i guess the best thing to do is to alter the crypt_all function in every cipher that you're interested in.
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.