akiraaisha / fimap

Automatically exported from code.google.com/p/fimap
1 stars 0 forks source link

What could happen? #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
./fimap.py --install-plugins
fimap v.09_svn (For the Swarm)
:: Automatic LFI/RFI scanner and exploiter
:: by Iman Karim (fimap.dev@gmail.com)

Requesting list of plugins...
################################################################################
############
#LIST OF TRUSTED PLUGINS                                                        
           #
################################################################################
############
#[1] msf binding by Xavier Garcia <xavi.garcia@gmail.com> - At version 1 not 
installed.    #
#[q] Cancel and Quit.                                                           
           #
################################################################################
############
Choose a plugin to install: 1
Downloading plugin 'msf' (http://85.214.27.38/fimap_plugins/msf_v1.tar.gz)...
Unpacking plugin...
Unpacking failed!

Original issue reported on code.google.com by cmendoza...@gmail.com on 11 Feb 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Hey,

hmm I just tested it and it works.

Are you sure you have write access on the directory?
Have you retried it?
Also: Have you downloaded the file manually and can you unpack it?

Here is the MD5 of the file:
a6cf74b0c6cd16f08db3ddef0b598359  msf_v1.tar.gz

-imax.

Original comment by fimap....@gmail.com on 11 Feb 2011 at 7:48

GoogleCodeExporter commented 9 years ago
[carlos@hostname src]$ wget http://85.214.27.38/fimap_plugins/msf_v1.tar.gz
--18:32:30--  http://85.214.27.38/fimap_plugins/msf_v1.tar.gz
           => `msf_v1.tar.gz'
Connecting to 85.214.27.38:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7,630 (7.5K) [application/x-gzip]

100%[====================================>] 7,630         20.76K/s

18:32:31 (20.74 KB/s) - `msf_v1.tar.gz' saved [7630/7630]

[carlos@hostname src]$ tar zxvf msf_v1.tar.gz
msf/
msf/pymetasploit/
msf/pymetasploit/MetasploitEncode.py
msf/pymetasploit/README
msf/pymetasploit/MetasploitPayload.py
msf/pymetasploit/MetasploitWrapper.py
msf/pymetasploit/MetasploitObj.py
msf/pymetasploit/__init__.py
msf/pymetasploit/MetasploitXmlRpcListener.py
msf/msf.py
msf/README
msf/plugin.xml
msf/__init__.py
[carlos@hostname src]$

Now what's the step to install it?

Original comment by ventasbe...@gmail.com on 12 Feb 2011 at 6:09

GoogleCodeExporter commented 9 years ago
To install it you just need to copy the "msf" directory into the 
"/bla/fimap/plugins" directory:

cp -r msf /tools/fimap/plugins/
./fimap.py --plugins  # <-- Will list installed plugins

But it's really strange that the installer doesn't work :T

-imax.

Original comment by fimap....@gmail.com on 13 Feb 2011 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by fimap....@gmail.com on 26 May 2011 at 1:13