|
Message-ID: <CANWtx00C-TnGnCFoaTvBFz1idv_Kogm9x5b1kcJ8uLDs8t0wWQ@mail.gmail.com> Date: Tue, 18 Dec 2012 07:54:32 -0500 From: Rich Rumble <richrumble@...il.com> To: john-users@...ts.openwall.com Subject: Re: crack firefox password? On Tue, Dec 18, 2012 at 12:22 AM, . <Look@...okring.net> wrote: > I think the master password is found in the file key3.db Correct, the key3.db is the place where the master encryption is set. > I'm not too tech-savy so please explain what syntax I should use. You have to run the mozilla2john binary ./mozilla2john /path/to/key3db That will output a long line, you can pipe it into a file ( >ff-pass.txt) and then get john to start cracking on that ./john ff-pass.txt If you know what the password may be like there are lots of rules you can use to work on a wordlist to try more likely guesses than to just blindly start from scratch. There are other modes for JtR that might help too. -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.