diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-08 09:43:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-08 09:43:25 +0000 |
commit | 6e00646ed6ba2d5355fa406f1be533968491c303 (patch) | |
tree | 0baa969ac6b8ca8fa5fad43ea09297862e842cce /security/authforce/pkg-descr | |
parent | Bumping PORTREVISION because the distinfo file was fixed. (diff) |
Authforce is an HTTP authentication brute forcer.
Notes
Notes:
svn path=/head/; revision=58699
Diffstat (limited to 'security/authforce/pkg-descr')
-rw-r--r-- | security/authforce/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/authforce/pkg-descr b/security/authforce/pkg-descr new file mode 100644 index 000000000000..ad178746099b --- /dev/null +++ b/security/authforce/pkg-descr @@ -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/ |