alfredleo / fimap

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

Crash after local rfi enabled #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Exception: 'php_info'
Traceback (most recent call last):
  File "./fimap.py", line 560, in <module>
    single.scan()
  File "/pentest/web/fimap/singleScan.py", line 48, in scan
    res = t.testTargetVuln()
  File "/pentest/web/fimap/targetScanner.py", line 190, in testTargetVuln
    self.analyzeURL(ret, k, v, self.config["p_post"], False)
  File "/pentest/web/fimap/targetScanner.py", line 121, in analyzeURL
    result.append((rep, self.readFiles(rep)))
  File "/pentest/web/fimap/targetScanner.py", line 631, in readFiles
    up = self.putLocalPayload(settings["php_info"][0], rep.getAppendix())
KeyError: 'php_info'

Original issue reported on code.google.com by rin...@gmail.com on 28 Apr 2011 at 5:41

GoogleCodeExporter commented 9 years ago
Hello! Can you try this out with the new fimap version? (0.9)?
Should be fixed there!

Original comment by fimap....@gmail.com on 26 May 2011 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by fimap....@gmail.com on 10 Oct 2011 at 2:35