My favorites | Sign in
Project Home Downloads Issues Source
Search
for
DownloadAndRunFimap  
Installing and running fimap
Updated Sep 27, 2009 by fimap....@gmail.com

Introduction

Ways to get fimap running. You will need Python 2.6.

Details

Downloading official release

Goto the Download page.

Downloading SVN snapshot

Follow this steps:

  1. If you haven't installed subversion yet, do it now:
  2. sudo apt-get install subversion # debian\ubuntu way
  3. Goto your directory you want to download it.
  4. cd ~
  5. Checkout the code:
  6. svn checkout http://fimap.googlecode.com/svn/trunk/ fimap
  7. Change to the fimap directory and make it executable.
  8. cd fimap/src
    chmod +x fimap.py
  9. Run fimap.
  10. ./fimap.py -h

Configuring (optional)

fimap is configured not bad at the moment. However - You can add additional pathes and payloads without messing around with the code. Another reason to configure fimap is if you want to detect and exploit RFI exploits much better.

Comment by mexw...@gmail.com, Nov 10, 2009

if i dont have subversion and i cant install, what suppose i need to make update the hydra i mean, im working with CentOS, and doesnt have subversion, i need to download every file on the trunk path on this web?

ty

Comment by project member fimap....@gmail.com, Dec 7, 2009

Hi mexworm. Sorry haven't noticed the comment here :)

If you have the possibility to fetch with another machine the SVN version, you can pack it and upload it to your server or whatever.

If you don't have the possibility to do that I guess you can do a quick bash script which downloads the files for you. :)

Maybe I will later do an Nightly build thing where you can download the newest SVN snapshot.

-imax.


Sign in to add a comment
Powered by Google Project Hosting