|
Message-ID: <CAGcw5iSS+oH-2jJLsR8052gw9x+gm6rdoUL6qBkKcf0rRrqFUA@mail.gmail.com> Date: Sat, 7 Sep 2013 10:46:04 +0200 From: Marc Brinkmann <marc.brinkmann@...il.com> To: john-users@...ts.openwall.com Subject: Re: Problem with Session restore ~/JohnTheRipper/run$ ./john --list=build-info Version: 1.7.9-jumbo-8-RC Build: linux-x86-64-native OMP Arch: 64-bit LE $JOHN is ./ Format interface version: 9 Rec file version: REC3 Charset file version: CHR2 CHARSET_MIN: 32 (0x20) CHARSET_MAX: 126 (0x7e) CHARSET_LENGTH: 8 Max. Markov mode level: 400 Max. Markov mode password length: 30 Compiler version: 4.7.3 gcc version: 4.7.3 OpenSSL library version: 01000103f OpenSSL 1.0.1c 10 May 2012 But i found my error... Once i deleted the whole content of /run it was not pulled from git and not build through make, so this is why the files are missing... i just re-cloned the John repo and there are many files in /run, that my previous folder didn't have anymore :/ ~$ git clone https://github.com/magnumripper/JohnTheRipper.git Klone nach 'JohnTheRipper'... remote: Counting objects: 36760, done. remote: Compressing objects: 100% (9775/9775), done. remote: Total 36760 (delta 28865), reused 34818 (delta 26977) Empfange Objekte: 100% (36760/36760), 39.19 MiB | 3.64 MiB/s, done. Löse Unterschiede auf: 100% (28865/28865), done. ~$ cd JohnTheRipper/src/ ~/JohnTheRipper/src$ ls ../run/ agilekc2john.py apex2john.py dictionary.rfc2865 dumb32.conf htdigest2john.py john.zsh_completion lastpass2john.py mailer odf2john.py pdf2john.py repeats32.conf sha-test.pl stats all.chr benchmark-unify digits.chr dynamic.conf ikescan2john.py kdcdump2john.py ldif2john.pl ml2john.py office2john.py radius2john.pl s7tojohn.py sipdump2john.py strip2john.py alnum.chr cisco2john.pl dmg2john.py encfs2john.py john.bash_completion krbpa2john.py lion2john-alt.pl netntlm.pl pass_gen.pl relbench sap2john.pl ssh2sshng.py sxc2john.py alpha.chr cracf2john.py dumb16.conf genincstats.rb john.conf lanman.chr lion2john.pl netscreen.py password.lst repeats16.conf sha-dump.pl sshng2john.py So no i copied the session files into the new /run and am able to continue.. ~/JohnTheRipper/run$ ./john --restore Loaded 1 password hash (Office 2007/2010 (SHA-1) / 2013 (SHA-512), with AES [32/64 OpenSSL]) guesses: 0 time: 85:23:12:42 0.00% (3) c/s: 411 Thank you very much for helping me out :) 2013/9/6 Frank Dittrich <frank_dittrich@...mail.com> > On 09/06/2013 05:37 PM, Marc Brinkmann wrote: > > sorry, doesn't work for me :o > > i just pulled, compiled (clean linux-86-64-native) and then tried to > resume: > > ~/JohnTheRipper/run$ ./john --restore > > fopen: $JOHN/john.ini: No such file or directory > > This is not caused by a problem with the .rec file. > John doesn't find john.conf (or, on windows, john.ini) where it expects > to find this file. > > Can you post the output of > ./john --list=build-info > > Frank > >
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.