A multi-threaded PDF password cracking utility equipped with commonly encountered password format builders and dictionary attacks. WWW: https://github.com/mufeedvh/pdfrip
19 lines
324 B
Makefile
19 lines
324 B
Makefile
PORTNAME= pdfrip
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= fox@FreeBSD.org
|
|
COMMENT= Multi-threaded PDF password cracking utility in Rust
|
|
WWW= https://github.com/mufeedvh/pdfrip
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mufeedvh
|
|
|
|
PLIST_FILES= bin/pdfrip
|
|
|
|
.include <bsd.port.mk>
|