pkgsrc-wip/hashcat/Makefile
Adam Ciarciński c3e4fc3338 Changes 3.30:
- Files: Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
- Files: If the user specifies a folder to scan for wordlists instead of directly a wordlist, then ignore the hidden files
- Loopback: Include passwords for removed hashes present in the potfile to next loopback iteration
- New option --progress-only: Quickly provides ideal progress step size and time to process on the user hashes and selected options, then quit
- Status screen: Reenabled automatic status screen display in case of stdin used
- Truecrypt/Veracrypt: Use CRC32 to verify headers instead of fuzzy logic, greatly reduces false positives from 18:2^48 to 3:2^64
- WPA cracking: Reuse PBKDF2 intermediate keys if duplicate essid is detected
2017-01-13 14:49:08 +01:00

17 lines
379 B
Makefile

# $NetBSD$
DISTNAME= hashcat-3.30
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashcat/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/hashcat/hashcat/
COMMENT= World's fastest and most advanced password recovery utility
LICENSE= mit
GITHUB_TAG= v${PKGVERSION_NOREV}
USE_TOOLS+= gmake gsed
BUILD_TARGET= hashcat
.include "../../mk/bsd.pkg.mk"