RamadhanAmizudin / fimap

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

Another bug founded #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On which URL this error occures? (Important!)
http://www.picyoureyes.com/

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.
========= 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: unsupported operand type(s) for +: 'NoneType' and 'str'
Traceback (most recent call last):
  File "./fimap.py", line 650, in <module>
    g.startGoogleScan()
  File "/home/coleto/fimap/src/googleScan.py", line 94, in startGoogleScan
    single.scan()
  File "/home/coleto/fimap/src/singleScan.py", line 48, in scan
    res = t.testTargetVuln()
  File "/home/coleto/fimap/src/targetScanner.py", line 248, in testTargetVuln
    self.analyzeURL(ret, k, v, self.config["p_post"], 0, self.config["header"])
  File "/home/coleto/fimap/src/targetScanner.py", line 155, in analyzeURL
    result.append((rep, self.readFiles(rep)))
  File "/home/coleto/fimap/src/targetScanner.py", line 771, in readFiles
    fl = settings["dynamic_rfi"]["ftp"]["ftp_path"] + rep.getAppendix()
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

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

GoogleCodeExporter commented 9 years ago
Hey again!

Thank you for keep reporting.
I am glad that I didn't released fimap 09 yet :)
Will take tommorrow some hours to fix the whole list.

Thank you!
-imax.

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

GoogleCodeExporter commented 9 years ago
Hi,

I just tested it and it works fine!
After taking a deeper look at the stacktrace you posted above, it looks like 
you have Dynamic RFI enabled but the ftp_path is None.
So basicly what you have to do is:

- Disable Dynamic RFI
- OR Configure Dynamic RFI correctly :)

-imax.

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

GoogleCodeExporter commented 9 years ago
One more thing,

I found another bug which failed to check the DynRFI settings in ftp mode.

So thank you very much for reporting it. It was really a stupid bug :)
-imax

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