Search Criteria
Package Details: hashcat-git 5.0.0+52+g2aff01b2-1
Package Actions
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) |
Dependencies (4)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR)
- xxhash (xxhash-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
Required by (4)
- airgeddon (requires hashcat) (optional)
- haiti (requires hashcat) (optional)
- handshake-cracker (requires hashcat)
- wifite-git (requires hashcat) (optional)
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.
gives
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)