alfredleo / fimap

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

Bug found #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[BEFOR REPORTING CHECK OUT THE SVN VERSION AND TEST IF IT'S ALREADY FIXED -
THANKS - REMOVE THIS LINE]

On which URL this error occures? (Important!)

http://www.moll-engineering.de/index.php?page=kontakt.php

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

v08.1

On what operating system?
Backtrack 5

Please provide any additional information below.

Exception: no path specified
Traceback (most recent call last):
  File "fimap.py", line 510, in <module>
    m.startMassScan()
  File "/pentest/web/fimap/massScan.py", line 49, in startMassScan
    single.scan()
  File "/pentest/web/fimap/singleScan.py", line 48, in scan
    res = t.testTargetVuln()
  File "/pentest/web/fimap/targetScanner.py", line 183, in testTargetVuln
    self.analyzeURL(ret, k, v, self.config["p_post"], False)
  File "/pentest/web/fimap/targetScanner.py", line 110, in analyzeURL
    rep = self.identifyVuln(self.Target_URL, self.params, k, post, lang)
  File "/pentest/web/fimap/targetScanner.py", line 347, in identifyVuln
    pre = self.relpath_win(rootdir, pre)
  File "/pentest/web/fimap/baseClass.py", line 454, in relpath_win
    raise ValueError("no path specified")
ValueError: no path specified

Original issue reported on code.google.com by bakedcan...@gmail.com on 1 Aug 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Hi!

I checked it with the SVN version and it doesn't crash with the SVN version.
I will see if this FI error is exploitable or not and will write in this issue
my changes I did.

Thank you very much for taking your time and reporting it anyway.
-imax.

Original comment by fimap....@gmail.com on 6 Aug 2012 at 3:12

GoogleCodeExporter commented 9 years ago
Not a problem, anything I can do to support an excellent tool.

Original comment by bakedcan...@gmail.com on 7 Aug 2012 at 4:55