Files
ports/security/pdfrip/Makefile
Santhosh Raju 9f33965741 security/pdfrip: New port: Multi-threaded PDF password cracking utility in Rust
A multi-threaded PDF password cracking utility equipped with
commonly encountered password format builders and dictionary
attacks.

WWW: https://github.com/mufeedvh/pdfrip
2025-07-30 05:12:13 +02:00

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>