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

TypeError: expected string or buffer #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I scan the eu sites searching a vulnerable web page
2. ./fimap.py -g -q 'inurl:index.php site:eu'
3. and i wait, later, the fimap give the error 
========= CONGRATULATIONS! =========
You have just found a bug!

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "./fimap.py", line 258, in <module>
    g.startGoogleScan()
  File "/var/crash/.fm/googleScan.py", line 76, in startGoogleScan
    single.scan()
  File "/var/crash/.fm/singleScan.py", line 51, in scan
    res = t.testTargetVuln()
  File "/var/crash/.fm/targetScanner.py", line 80, in testTargetVuln
    rep = self.identifyVuln(self.Target_URL, self.params, k)
  File "/var/crash/.fm/targetScanner.py", line 106, in identifyVuln
    m = RE_SUCCESS_MSG.search(code)
TypeError: expected string or buffer

What version of the product are you using? On what operating system?
Linux Fedora Core

Please provide any additional information below.

Original issue reported on code.google.com by mexw...@gmail.com on 9 Nov 2009 at 8:42

GoogleCodeExporter commented 9 years ago
Hi!

Thank you for this bugreport.
I'll check this later today and fix it.

-imax.

Original comment by fimap....@gmail.com on 9 Nov 2009 at 10:38

GoogleCodeExporter commented 9 years ago
I have tested it and can't reproduce it.
Can you give me the exact URL which failed to identify?

-imax.

Original comment by fimap....@gmail.com on 9 Nov 2009 at 11:07

GoogleCodeExporter commented 9 years ago
can you delete this pls, i have been fied this problem, result's... the server 
make 
timeout with the atacked server.
Sorry

Original comment by mexw...@gmail.com on 11 Nov 2009 at 12:28

GoogleCodeExporter commented 9 years ago
Closed as wish from the reporter.

Thanks mexworm anyway for reporting it!
-imax.

Original comment by fimap....@gmail.com on 11 Nov 2009 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by fimap....@gmail.com on 11 Nov 2009 at 1:53

GoogleCodeExporter commented 9 years ago
Issue 21 has been merged into this issue.

Original comment by fimap....@gmail.com on 19 Dec 2009 at 11:07