|
DownloadAndRunFimap
Installing and running fimap
IntroductionWays to get fimap running. You will need Python 2.6. DetailsDownloading official releaseGoto the Download page. Downloading SVN snapshotFollow this steps:
sudo apt-get install subversion # debian\ubuntu way cd ~ svn checkout http://fimap.googlecode.com/svn/trunk/ fimap cd fimap/src chmod +x fimap.py ./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. |
► Sign in to add a comment
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
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.