alfredleo / fimap

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

Bug report with stacktrace #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.phpbb.de/index

v09

Windows XP

<--------------------------------------------------------------
Exception: [Errno 13] Permission denied: 'C:\\Documents and Settings\\admin\\fim
ap_result.xml'
Traceback (most recent call last):
  File "C:\Documents and Settings\admin\Desktop\fimap\fimap.py", line 681, in <m
odule>
    m.startMassScan()
  File "C:\Documents and Settings\admin\Desktop\fimap\massScan.py", line 49, in
startMassScan
    single.scan()
  File "C:\Documents and Settings\admin\Desktop\fimap\singleScan.py", line 48, i
n scan
    res = t.testTargetVuln()
  File "C:\Documents and Settings\admin\Desktop\fimap\targetScanner.py", line 24
8, in testTargetVuln
    self.analyzeURL(ret, k, v, self.config["p_post"], 0, self.config["header"])
  File "C:\Documents and Settings\admin\Desktop\fimap\targetScanner.py", line 15
5, in analyzeURL
    result.append((rep, self.readFiles(rep)))
  File "C:\Documents and Settings\admin\Desktop\fimap\targetScanner.py", line 83
8, in readFiles
    self.saveXML()
  File "C:\Documents and Settings\admin\Desktop\fimap\baseClass.py", line 289, i
n saveXML
    f = open(self.xmlfile, "w")
IOError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\admin\\fimap
_result.xml'

Original issue reported on code.google.com by tempsto...@gmail.com on 15 Sep 2011 at 1:05

GoogleCodeExporter commented 9 years ago
Hi man!

It seems that the user you started fimap with is not allowed to write its 
results on that path.

It's still weird because fimap uses "~" as the path so it should be the users 
home...
Are you sure that you don't have some special file permissions set up in that 
directory?

However I am going to implement a little option which allowes the user to 
decide where to put\read the results.

Thank you!
-imax.

Original comment by fimap....@gmail.com on 21 Sep 2011 at 10:59