Skip to content

Commit

Permalink
authforce-0.9.9 (rebuild on x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Feb 20, 2018
1 parent fc7f71c commit 0798fb2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 50 deletions.
56 changes: 28 additions & 28 deletions authforce/README
Original file line number Diff line number Diff line change
@@ -1,47 +1,45 @@
authforce
------------------------------------------
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.
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 don342200231t pick good passwords.

Runtime requirements:
cygwin-1.7.17-1
libcurl4-7.27.0-1
libintl8-0.18.1.1-2
libreadline7-6.1.2-3
cygwin-2.10.0-1
libcurl4-7.56.1-1
libintl8-0.19.8.1-2
libreadline7-7.0.3-3

Build requirements:
(besides corresponding -devel packages)
autoconf-10-1
automake-7-1
binutils-2.22.51-2
cygport-0.11.2-1
gawk-4.0.1-1
gcc4-core-4.5.3-3
libtool-2.4-1
make-3.82.90-1
autoconf-13-1
automake-10-1
binutils-2.29-1
cygport-0.30.1-1
gcc-core-6.4.0-5
make-4.2.1-2

Canonical website:
https://github.com/zlandau/authforce
http://www.divineinvasion.net/authforce/

Canonical download:
https://github.com/downloads/zlandau/authforce/authforce-0.9.9.tar.bz2
http://www.divineinvasion.net/authforce/authforce-0.9.9.tar.gz

-------------------------------------------

Build instructions:
unpack authforce-0.9.9-X-src.tar.bz2
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
cygport ./authforce-0.9.9-X.cygport all
1. unpack authforce-0.9.9-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./authforce-0.9.9-X.cygport all

This will create:
/usr/src/authforce-0.9.9-X-src.tar.bz2
/usr/src/authforce-0.9.9-X.tar.bz2
/usr/src/authforce-0.9.9-X-src.tar.xz
/usr/src/authforce-0.9.9-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -71,6 +69,8 @@ Files included in the binary package:

Port Notes:

----- version 0.9.9-1bl2 -----
Rebuild on x86_84

----- version 0.9.9-1bl1 -----
Initial release for Cygwin-1.7 by fd0 <http://fd0.hatenablog.jp/>

3 changes: 0 additions & 3 deletions authforce/authforce-0.9.9-1bl1.cygport

This file was deleted.

10 changes: 0 additions & 10 deletions authforce/authforce-0.9.9-1bl1.src.patch

This file was deleted.

15 changes: 15 additions & 0 deletions authforce/authforce-0.9.9-1bl2.cygport
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
HOMEPAGE="http://www.divineinvasion.net/${PN}/"
SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz"
PATCH_URI="
https://gitweb.gentoo.org/repo/gentoo.git/plain/net-analyzer/${PN}/files/${P}-curl.patch
https://gitweb.gentoo.org/repo/gentoo.git/plain/net-analyzer/${PN}/files/${P}-locale.patch
"

CATEGORY="Security"
SUMMARY="HTTP authentication brute forcer"
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."
9 changes: 0 additions & 9 deletions authforce/setup.hint

This file was deleted.

0 comments on commit 0798fb2

Please sign in to comment.