|
Message-ID: <f24d9deb75cf2eefee2de465e9444a65@smtp.hushmail.com> Date: Sat, 8 Jun 2013 14:32:11 +0200 From: magnum <john.magnum@...hmail.com> To: john-users@...ts.openwall.com Subject: Re: Adding more "Nodes" to MPI Session On 7 Jun, 2013, at 7:33 , Marc Brinkmann <marc.brinkmann@...il.com> wrote: > I just googled, how to branch / to switch to bleeding-jumbo. > located in JohnTheRipper-folder i ran > $ git branch bleeding-jumbo > $ git pull -> not sure anymore, i think some files were downloaded. > $ cd src/ > $ make clean linux-x86-64-opencl -> format doesn't exist. > $ make -> there is no native, nor opencl, and if i compile > $ make clean linux-x86-64 and then > $ cd ../run > $ ./john --test --format=[office/office2010] if fails (i didn't run exactly > this command, i just want to show i run office and office2010 :) ) > If i just > $ ./john --test it check very few formats, according to what i knew from my > open-cl build > > I think i tried something more with checkout and branch, to return to my > previous ... setup, but i failed. > So i deleted the John folder and cloned it once again. > > So my question is, how would i change to bleeding-jumbo branch so that i > can use break an office2010 password? thanks again =) Use "git checkout bleeding-jumbo" to switch branch. Or, when cloning, supply "-b bleeding-jumbo" to clone that branch. magnum
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.