Ffp version 0.0.8 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 0.0.8

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


      The ffp Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $
      PortSystem 1.0

      Name: ffp
      Version: 0.0.8
      Revision: 1
      Category: net security
      Platform: darwin
      Maintainers: eridius
      Description: generates fuzzy fingerprints to facilitate MiM attacks
      Long Description: ffp is a tool that generates fuzzy fingerprints. Fuzzy fingerprinting is a technique that extends common man-in-the-middle attacks by generating fingerprints that closely resemble the target's public key fingerprint.

      Homepage: http://thc.org/thc-ffp/
      Master Sites: http://thc.org/releases/
      Checksums: md5 ddcb6acaaf579c4219268812e49b285a sha1 50f17b355b7b108918fa2a6dc1e3e4d64cbde335

      livecheck.type regex
      livecheck.regex "ffp-(.*?).tar.gz"

      depends_build bin:ginstall:coreutils
      depends_lib port:openssl

      configure.args --with-ssl-dir=${prefix}

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -c ${worksrcpath}/doc/ffp.html ${destroot}${prefix}/share/doc/${name}/
      }

    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/ffp
      % sudo port install ffp
      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 ffp
      ---> Verifying checksum for ffp
      ---> Extracting ffp
      ---> Configuring ffp
      ---> Building ffp with target all
      ---> Staging ffp into destroot
      ---> Installing ffp
    - 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 ffp with these commands:
      %  man ffp
      % apropos ffp
      % which ffp
      % locate ffp

     Where to find more information:

    Darwin Ports



    Lightbox this page.