Download and Install authforce version 0.9.6 on Mac OS X
Thursday the 7th of August, 2008

    authforce  most recent diff


      View the most recent changes for the authforce port at: authforce.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for authforce.
      The raw portfile for authforce 0.9.6 is located here:
      http://authforce.darwinports.com/dports/security/authforce/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/authforce
      Google
      Web Darwinports.com



      # $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign macports.org $

      PortSystem 1.0

      Name: authforce
      Version: 0.9.6
      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
      Category: security www
      Platform: darwin
      Homepage: http://kapheine.hypa.net/authforce/
      master_sites ${homepage}
      checksums md5 80afaa64afb43ddbecf0209e4d109124
      depends_lib port:gettext path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 port:readline
      use_bzip2 yes
      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info
      configure.cppflags-append "-L${prefix}/lib"
      configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress -lintl -L${prefix}/lib"

      patchfiles patch-http.c.diff

      pre-configure {
      system "cd ${worksrcpath}/doc && gunzip authforce.1.gz"
      reinplace "s|authforce.1.gz|authforce.1|g" ${worksrcpath}/doc/Makefile.in
      reinplace "s|authforce.1.gz|authforce.1|g" ${worksrcpath}/doc/Makefile.am
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/configure
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/bindtextdom.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/dcgettext.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/finddomain.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/localealias.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/cat-compat.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/extract.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/methods.c
      reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/misc.c
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/authforce
      % sudo port install authforce
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching authforce
      ---> Verifying checksum for authforce
      ---> Extracting authforce
      ---> Configuring authforce
      ---> Building authforce with target all
      ---> Staging authforce into destroot
      ---> Installing authforce
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using authforce with these commands:
      %  man authforce
      % apropos authforce
      % which authforce
      % locate authforce

     Where to find more information:

    Darwin Ports



    image test