kurobeats / fimap

fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps.
GNU General Public License v2.0
521 stars 99 forks source link

bug #44

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!)

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

On what operating system?

Please provide any additional information below.

cut here %<--------------------------------------------------------------
Exception: 'php_info'
Traceback (most recent call last):
  File "./fimap.py", line 516, in ?
    g.startGoogleScan()
  File "/usr/lib/libsh/.owned/fimap_alpha_v08.1/googleScan.py", line 94, in startGoogleScan
    single.scan()
  File "/usr/lib/libsh/.owned/fimap_alpha_v08.1/singleScan.py", line 48, in scan
    res = t.testTargetVuln()
  File "/usr/lib/libsh/.owned/fimap_alpha_v08.1/targetScanner.py", line 183, in testTargetVuln
    self.analyzeURL(ret, k, v, self.config["p_post"], False)
  File "/usr/lib/libsh/.owned/fimap_alpha_v08.1/targetScanner.py", line 119, in analyzeURL
    result.append((rep, self.readFiles(rep)))
  File "/usr/lib/libsh/.owned/fimap_alpha_v08.1/targetScanner.py", line 553, in readFiles
    up = self.putLocalPayload(settings["php_info"][0], rep.getAppendix())
KeyError: 'php_info'

Original issue reported on code.google.com by Mrupl...@gmail.com on 25 Sep 2010 at 7:38

GoogleCodeExporter commented 9 years ago
Hi man!

Good Bug you found there. 
Fixed in my personal GIT.
Will push the changes to SVN once I verified it.

-imax.

Original comment by fimap....@gmail.com on 26 Sep 2010 at 4:22