diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 13:11:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 13:11:47 +0000 |
commit | b2d845f42979de58dea02c4c763d27f8fd0f4e4f (patch) | |
tree | 30a533336adee854eb1d8e402dcffe17257f7e04 /security/Makefile | |
parent | 66424cf8d337a04ed35e4ec9d122bc809f381951 (diff) | |
download | ports-b2d845f42979de58dea02c4c763d27f8fd0f4e4f.tar.gz ports-b2d845f42979de58dea02c4c763d27f8fd0f4e4f.zip |
Add fcrackzip 0.3,
Fcrackzip is a fast and featureful ZIP password cracker,
written in portable C (and optional x86 assembly). It allows
the user to recover forgotten ZIP archive passwords, using
either a brute force or dictionary attack on the provided
files.
PR: ports/69159
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes:
svn path=/head/; revision=113820
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index cda56ad05dc5..0ee9c8a50156 100644 --- a/security/Makefile +++ b/security/Makefile @@ -77,6 +77,7 @@ SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot + SUBDIR += fcrackzip SUBDIR += find-zlib SUBDIR += find_ddos SUBDIR += finger_mysql |