Search Criteria
Package Details: john-git 1.9.0.Jumbo.1.r1351.g63f6c352b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/john-git.git (read-only, click to copy) |
---|---|
Package Base: | john-git |
Description: | fast password cracker (using the git repository of the jumbo patch) |
Upstream URL: | http://www.openwall.com/john/ |
Licenses: | GPL2, custom |
Conflicts: | john |
Provides: | john |
Submitter: | Atsutane |
Maintainer: | david_rysk |
Last Packager: | david_rysk |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-03 17:25 (UTC) |
Last Updated: | 2024-09-18 16:45 (UTC) |
Dependencies (18)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gmp (gmp-hgAUR)
- libpcap (libpcap-gitAUR)
- opencl-icd-loader (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR, ocl-icd)
- openmpi (openmpi-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- git (git-gitAUR, git-glAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- nss (nss-hgAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- libgsf (libgsf-gitAUR) (optional) – to use office2john
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (optional) – to use office2john
- nss (nss-hgAUR) (optional) – to use mozilla2john
- perl (perl-gitAUR) (optional) – for executing some of the scripts at /usr/share/john
- python (python37AUR, python311AUR, python310AUR) (optional) – for executing some of the scripts at /usr/share/john
- ruby (optional) – for executing some of the scripts at /usr/share/john
Required by (8)
- airgeddon (requires john) (optional)
- airoscript-ng (requires john) (optional)
- djohn (requires john) (optional)
- haiti (requires john) (optional)
- handshake-cracker (requires john)
- johnny-git (requires john)
- johnny-git (requires john) (make)
- wifite-git (requires john) (optional)
Latest Comments
1 2 3 4 Next › Last »
n00k commented on 2024-08-29 10:19 (UTC) (edited on 2024-08-29 10:25 (UTC) by n00k)
Alternatively, if we are fine with another copy of the LICENSE file, a slightly simpler solution:
Whichever solution you prefer, an update of the package would be highly appreciated.
realkstrawn93 commented on 2024-08-26 18:54 (UTC)
Stopped compiling due to the LICENSE symlink breaking ― needed to make this change for this package to build properly:
Strongly suggest applying this patch to solve this problem as it breaks AUR helpers.
chainofflowers commented on 2023-07-22 18:25 (UTC)
In order to use
bitcoin2john
you need to installpython-bsddb
, which is not listed as a dependency...david_rysk commented on 2023-01-17 22:02 (UTC)
aarch64 build should now be fixed. I tested on Arch Linux ARM in a VM on an M2 Mac.
Dulbi commented on 2020-09-08 07:34 (UTC) (edited on 2020-09-08 07:39 (UTC) by Dulbi)
To make it work it had to add some new lines :
Dulbi commented on 2020-09-04 15:47 (UTC)
@zeadas. The arch is well recognized but unfortunately, it doesn't go to the end : listconf.c:165:30: erreur: expected « ) » before « CPU_FALLBACK_BINARY » 165 | puts("CPU fallback binary: " CPU_FALLBACK_BINARY); | ^~~~~~~~~~~~~~~~~~~~ | ) make[1]: [Makefile:1584 : listconf.o] Erreur 1 make[1]: Attente des tâches non terminées.... make[1] : on quitte le répertoire « /var/tmp/pamac-build-pi/john-git/src/john/src » make: *** [Makefile:190 : default] Erreur 2 ==> ERREUR : Une erreur s’est produite dans build().
zezadas commented on 2020-09-04 09:37 (UTC)
Added aarch64 to the "arch" list @Dulbi, check if it's working.
Dulbi commented on 2020-09-03 09:01 (UTC)
I was able to compile it on my raspberrypi 4 : diff --git a/PKGBUILD b/PKGBUILD index f297e66..0ee7248 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=john-git pkgver=1.9.0.Jumbo.1.r268.g51f7f3dcd pkgrel=1 pkgdesc="fast password cracker (using the git repository of the jumbo patch)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'aarch64') url="http://www.openwall.com/$_pkgname/" license=('GPL2' 'custom') depends=('openssl' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 'opencl-icd-loader') @@ -47,7 +47,7 @@ build() { cd "$srcdir/$_pkgname/src" #export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
Could you please modify the PKGBUILD to enable aarch64 compilation ?
zezadas commented on 2020-09-02 12:15 (UTC)
fixed thanks @bbx0
bbx0 commented on 2020-08-23 10:40 (UTC)
Looks like the
PKGBUILD
does not copy the header files for the opencl kernels. I removed the.cl
extention filter to make it work for me.Error:
1 2 3 4 Next › Last »