RamadhanAmizudin / fimap

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

Bug: Exception: 'NoneType' object has no attribute 'find' #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):
  File "C:\Dokumente und Einstellungen\y\Desktop\fimap_alpha_v08.1\fimap.py", li
ne 502, in <module>
    single.scan()
  File "C:\Dokumente und Einstellungen\y\Desktop\fimap_alpha_v08.1\singleScan.py
", line 48, in scan
    res = t.testTargetVuln()
  File "C:\Dokumente und Einstellungen\y\Desktop\fimap_alpha_v08.1\targetScanner
.py", line 208, in testTargetVuln
    rep, doBreak = self.analyzeURLblindly(i, testfile, k, V, v, backSym, self.co
nfig["p_post"], False, fileobj.isUnix())
  File "C:\Dokumente und Einstellungen\y\Desktop\fimap_alpha_v08.1\targetScanner
.py", line 162, in analyzeURLblindly
    if (code.find(find) != -1):
AttributeError: 'NoneType' object has no attribute 'find'

On which URL this error occures? (Important!)

http://www.mvista.com/vision/index.php?p=

Which version of fimap you are using? (You can see that in the very first
line)
fimap_alpha_v08.1

On what operating system?

windows/ubuntu

Original issue reported on code.google.com by deepfree...@googlemail.com on 12 Jul 2010 at 8:34

GoogleCodeExporter commented 9 years ago
> only occurs with -b parameter

Original comment by deepfree...@googlemail.com on 12 Jul 2010 at 8:35

GoogleCodeExporter commented 9 years ago
Hi Deep Freeze,

Thank you very much for this report.
I going to test it out tonight and let you know whats wrong there.

-imax.

Original comment by fimap....@gmail.com on 12 Jul 2010 at 8:08

GoogleCodeExporter commented 9 years ago
Hi again Deep Freeze,

Thank you very much for reporting again and I am glad to tell you that it's 
fixed in SVN!

-imax.

Original comment by fimap....@gmail.com on 14 Jul 2010 at 3:13