|
Message-ID: <1ecacf6b-74e2-b2a3-a419-c6fadd94832c@gmail.com> Date: Sat, 30 Jul 2016 08:55:04 -0300 From: Claudio André <claudioandre.br@...il.com> To: john-users@...ts.openwall.com Subject: Re: Install John the Ripper via Ubuntu Store > The plan is to release it as stable and tested, but offering recent bug fixes and improvements. Hey there! BTW: it is possible to run the JtR openCL binary using the workaround seen below (notice: 12 is the current/desired revision [1]): ~$ /snap/john-the-ripper/12/john-the-ripper.opencl -list=build-info ~$ /snap/john-the-ripper/12/john-the-ripper.opencl -list=opencl-devices Cracking using the CPU and/or the OpenCL version: ~$ export DATA=$HOME/snap/john-the-ripper/12/.john ~$ john-the-ripper -list=format-tests | cut -f3 > $DATA/alltests.in ~$ /snap/john-the-ripper/12/john-the-ripper.opencl -form=SHA512crypt-opencl $DATA/alltests.in ~$ john-the-ripper -form=SHA512crypt $DATA/alltests.in -------------- Just in case you have ARM hardware, there are armhf and arm64 JtR versions available on Ubuntu Store. They have: - regex and prince modes available - fallback for OMP -------------- If your distro already accepts the snap format (without a store), it is possible to download the reviewed snap package from: https://uappexplorer.com/app/john-the-ripper.claudioandre-br Claudio [1] Rev 12 means commit: 36a7264b2c7e6c1f682300c547cd41f2ff021ed1 from July 29th. Execute a sudo snap refresh and/or snap list to assure you have the latest version installed.
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.