1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Authforce is an HTTP authentication brute forcer.

This commit is contained in:
Andrey A. Chernov 2002-05-08 09:43:25 +00:00
parent b338c943c0
commit 6e00646ed6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58699
10 changed files with 94 additions and 0 deletions

View File

@ -10,6 +10,7 @@
SUBDIR += apg
SUBDIR += arirang
SUBDIR += audit
SUBDIR += authforce
SUBDIR += bcwipe
SUBDIR += beecrypt
SUBDIR += bfbtester

View File

@ -0,0 +1,29 @@
# Ports collection makefile for: authforce
# Date created: 08.05.2002
# Whom: Andrey A. Chernov <ache@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= authforce
PORTVERSION= 0.9.6
CATEGORIES= security www
MASTER_SITES= http://kapheine.hypa.net/authforce/
MAINTAINER= ache@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
curl.2:${PORTSDIR}/ftp/curl \
intl.2:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lgnugetopt -lintl"
MAN1= authforce.1
MANCOMPRESSED= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (authforce-0.9.6.tar.bz2) = 80afaa64afb43ddbecf0209e4d109124

View File

@ -0,0 +1,11 @@
--- src/extract.c.bak Wed Feb 14 01:54:53 2001
+++ src/extract.c Wed May 8 12:34:16 2002
@@ -20,7 +20,7 @@
#include <config.h>
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#ifdef MEMWATCH
#include "memwatch.h"
#endif /* MEMWATCH */

View File

@ -0,0 +1,10 @@
--- src/methods.c.bak Mon May 7 01:02:47 2001
+++ src/methods.c Wed May 8 12:34:16 2002
@@ -5,7 +5,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <malloc.h>
#ifdef MEMWATCH
#include "memwatch.h"
#endif /* MEMWATCH */

View File

@ -0,0 +1,10 @@
--- src/misc.c.bak Wed Feb 14 01:54:53 2001
+++ src/misc.c Wed May 8 12:34:16 2002
@@ -3,7 +3,6 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <string.h>
#include <ctype.h>
#ifdef MEMWATCH

View File

@ -0,0 +1,11 @@
--- doc/Makefile.in.bak Sat May 12 22:37:55 2001
+++ doc/Makefile.in Wed May 8 13:15:17 2002
@@ -101,7 +101,7 @@
INFO_DEPS = authforce.info
DVIS = authforce.dvi
TEXINFOS = authforce.texi
-mangdir = $(mandir)/mang
+mangdir = $(mandir)/man1
MANS = $(man_MANS)
NROFF = nroff

View File

@ -0,0 +1 @@
HTTP authentication brute forcer

View File

@ -0,0 +1,8 @@
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.
WWW: http://kapheine.hypa.net/authforce/

View File

@ -0,0 +1,12 @@
bin/authforce
@unexec install-info --delete %D/info/authforce.info %D/info/dir
info/authforce.info
@exec install-info %D/info/authforce.info %D/info/dir
share/authforce/data/blank.lst
share/authforce/data/dummy.lst
share/authforce/data/password.lst
share/authforce/data/username.lst
share/authforce/data/userpass.lst
share/locale/nl/LC_MESSAGES/authforce.mo
@dirrm share/authforce/data
@dirrm share/authforce