mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Update dependencies due to library name change. See https://trac.macports.org/ticket/57871
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name authforce
|
|
version 0.9.9
|
|
revision 2
|
|
description A HTTP authentication brute forcer.
|
|
long_description Authforce is an HTTP authentication brute forcer. \
|
|
Using various methods, it attempts brute force \
|
|
username and password pairs for a site. It has the \
|
|
ability to try common username and passwords, username \
|
|
derivations, and common username/password pairs. It is \
|
|
used to both test the security of your site and to \
|
|
prove the insecurity of HTTP authentication based on the \
|
|
fact that users just don?t pick good passwords.
|
|
maintainers nomaintainer
|
|
categories security www
|
|
license GPL-2
|
|
platforms darwin
|
|
homepage http://divineinvasion.net/authforce/
|
|
master_sites ${homepage}
|
|
|
|
checksums md5 a5013c123172a2b9189124afeab74bed \
|
|
sha1 cf22ee24388d1399a5a55b32460d0c49d45d2e07 \
|
|
rmd160 783cc5acd3d380f9ba77e907c8e39747dcd36375
|
|
|
|
depends_lib port:gettext \
|
|
port:curl \
|
|
port:readline
|
|
|
|
use_bzip2 yes
|
|
|
|
patchfiles src_http.c.patch malloc.h.patch
|