kurobeats / fimap

fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps.
GNU General Public License v2.0
521 stars 99 forks source link

Help me with this #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of fimap you are using? (You can see that in the very first
line)
fimap v.09_svn

On what operating system?
Fedora 8

Please provide any additional information below.
[carlos@hostname src]$ ./fimap.py --test-rfi
fimap v.09_svn (For the Swarm)
:: Automatic LFI/RFI scanner and exploiter
:: by Iman Karim (fimap.dev@gmail.com)

Testing language PHP...
Testing Local->RFI configuration...
Traceback (most recent call last):
  File "./fimap.py", line 584, in <module>
    injector.testRFI()
  File "/home/coleto/fimap/src/codeinjector.py", line 454, in testRFI
    code = self.executeRFI(settings["dynamic_rfi"]["local"]["http_map"], "", "", c)
TypeError: executeRFI() takes exactly 6 arguments (5 given)

I edit the config.py and set the dynamic_rfi option to "ftp", but after i use 
the ./fimap.py --test-rfi it shows that message, it will crash the way i use 
fimap if i set this, or i need to set it back to "off"?

Original issue reported on code.google.com by cmendoza...@gmail.com on 10 Feb 2011 at 12:41

GoogleCodeExporter commented 9 years ago
Hey!

I see you are already using the SVN version.
In that case I will take a look at it this weekend.
I had a little bit time troubles in the last time.

Thank you for reporting it!
-imax.

Original comment by fimap....@gmail.com on 10 Feb 2011 at 4:24

GoogleCodeExporter commented 9 years ago
Hey again,

I found the fail and fixed it.
Thanks for reporting!
Will push it into SVN in a few hours.

-imax.

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