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

Problem testing inclusions #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On which URL this error occures? (Important!)
'http://www.unyt.edu.al/unyt/index.php?
pg=faqe&id=83&menuid1=65&menuid2=122&menuid3=140&menuid4=199

Which version of fimap you are using? (You can see that in the very first
line)
fimap alpha 6

On what operating system?
Linux CentOs

Please provide any additional information below.
when the text: [OUT] Possible file inclusion found! -> 'http://
www.unyt.edu.al/......'

print this error.

Traceback (most recent call last):
  File "./fimap.py", line 258, in <module>
    g.startGoogleScan()
  File "/var/crash/.fm/googleScan.py", line 76, in startGoogleScan
    single.scan()
  File "/var/crash/.fm/singleScan.py", line 51, in scan
    res = t.testTargetVuln()
  File "/var/crash/.fm/targetScanner.py", line 83, in testTargetVuln
    ret.append((rep, self.readFiles(rep)))
  File "/var/crash/.fm/targetScanner.py", line 269, in readFiles
    if (self.readFile(rep, f, p, True)):
  File "/var/crash/.fm/targetScanner.py", line 305, in readFile
    if (scriptpath[-1] != "/" and filepatha[0] != "/" and not isAbs):
TypeError: 'NoneType' object is unsubscriptable

Original issue reported on code.google.com by mexw...@gmail.com on 10 Nov 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Hi mexworm!

I can reproduce this bug with v.6
However it's already fixed in the SVN version.
Feel free to go on with SVN version or wait for v.06.1.

Thank you very much!
-imax.

Original comment by fimap....@gmail.com on 10 Nov 2009 at 11:34

GoogleCodeExporter commented 9 years ago
Issue 6 has been merged into this issue.

Original comment by fimap....@gmail.com on 10 Nov 2009 at 11:35