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

bug traced #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hi

When I run the command below I faced this error below;
$ ./fimap.py -u 'http://forum.agnostik.org/search.php?sid=a486b2e6ed9b24120884a
a6ea21978f2' -b
fimap v.07 by Iman Karim - Automatic LFI/RFI scanner and exploiter.
Experimental blind FI-error checking enabled.
SingleScan is testing URL: 'http://forum.agnostik.org/search.php?sid=a486b2e6ed9
b24120884aa6ea21978f2'
[OUT] Parsing URL 'http://forum.agnostik.org/search.php?sid=a486b2e6ed9b24120884
aa6ea21978f2'...
[INFO] Fiddling around with URL...
[WARN] HTTP Error 503: Service Temporarily Unavailable

========= CONGRATULATIONS! =========
You have just found a bug!
If you are cool, send the following stacktrace to the bugtracker on http://fimap
.googlecode.com/
Please also provide the URL where fimap crashed.
Push enter to see the stacktrace...
cut here %<--------------------------------------------------------------
Exception: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):
  File "./fimap.py", line 286, in <module>
    single.scan()
  File "/cygdrive/d/SOFTWARE_DVD/KINGH/RFI/RFI SCANER/fimap_alpha_v07/singleScan
.py", line 48, in scan
    res = t.testTargetVuln()
  File "/cygdrive/d/SOFTWARE_DVD/KINGH/RFI/RFI SCANER/fimap_alpha_v07/targetScan
ner.py", line 131, in testTargetVuln
    if (code.find(v) != -1):
AttributeError: 'NoneType' object has no attribute 'find'

Original issue reported on code.google.com by rea...@gmail.com on 20 Jan 2011 at 12:57

GoogleCodeExporter commented 9 years ago
Hey dude.
Thank you for this report.
I am going to test it if it's fixed already in SVN.
If not I am going to fix it :)

Thank you!

Original comment by fimap....@gmail.com on 25 Jan 2011 at 1:29

GoogleCodeExporter commented 9 years ago
Hi again!

I just checked it with the SVN version and it seems to be fixed already.
Just get the SVN version and it will be fixed.
I will release soon the next version of fimap which has a lot of new features 
and bugfixes.
I am just waiting a bit to see if I can find any bugs befor I release it.

Thank you again.
-imax.

Original comment by fimap....@gmail.com on 27 Jan 2011 at 5:58