Package Details: hashcat-git 5.0.0+52+g2aff01b2-1

Git Clone URL: https://aur.archlinux.org/hashcat-git.git (read-only, click to copy)
Package Base: hashcat-git
Description: Multithreaded advanced password recovery utility
Upstream URL: https://hashcat.net/hashcat
Licenses: MIT
Conflicts: hashcat
Provides: hashcat, libhashcat.so
Submitter: anthraxx
Maintainer: anthraxx
Last Packager: anthraxx
Votes: 3
Popularity: 0.000000
First Submitted: 2016-07-04 19:13 (UTC)
Last Updated: 2018-11-10 15:22 (UTC)

Required by (4)

Sources (1)

Latest Comments

keybreak commented on 2021-05-23 21:18 (UTC)

In case it's AUR package / compilation problem i'll duplicate it here https://github.com/hashcat/hashcat/issues/2799#issue-899110573

BooneyNoobington commented on 2020-09-15 18:50 (UTC)

Problem with my specific setup (hashcat works fine on other machines). I'm using a Radeon RX 560.

hashcat --benchmark

gives

hashcat (v6.1.1-94-g8207af471+) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

No devices found/left.

Started: Tue Sep 15 20:47:58 2020
Stopped: Tue Sep 15 20:47:58 2020

Happens also with hashcat from community.

muhviehstarr commented on 2018-11-07 05:28 (UTC)

please change build to :

build() { cd ${pkgname} git submodule init git submodule update --recursive make PREFIX=/usr SHARED=1 }

muhviehstarr commented on 2018-11-07 05:28 (UTC)

please change build to :

build() { cd ${pkgname} git submodule init git submodule update --recursive make PREFIX=/usr SHARED=1 }

C0rn3j commented on 2017-02-12 14:00 (UTC)

Fails to build ==> Starting build()... make: *** No rule to make target 'hashcat_shared'. Stop. ==> ERROR: A failure occurred in build().