alfredleo / fimap

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

http_error_default #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pentium:~/fimap_alpha_v02# ./fimap.py -g -q 'inurl:include.php'
fimap v.01 by Iman Karim - Automatic LFI/RFI scanner and exploiter.
GoogleScanner is searching for Query: 'inurl:include.php'
Querying Google Search: 'inurl:include.php' with max pages 10...
[PAGE 1]
[OUT] Parsing URL
'http://www.kksou.com/php-gtk2/Joomla/How-to-include-PHP-commands-in-Section/Con
tent-Description-for-Joomla-1.0.x.php'...
[OUT] Parsing URL
'http://www.kksou.com/php-gtk2/DirectPHP/1377-Help-how-to-include-php-files-in-m
y-content.php'...
[OUT] Parsing URL
'http://fileshunt.com/rapidshare.php?file=portable+cute+include+php+path+psp+use
r+php+include+php+server'...
[INFO] Fiddling around with URL...
[OUT] Parsing URL
'http://fileshunt.com/rapidshare.php?file=polaroid+memories+suite+include+php+pa
th+psp+user+php'...
[INFO] Fiddling around with URL...
[OUT] Parsing URL
'http://rapid.tvphp.net/?q=leeway+adult+crash+include+php+path+psp+user+php'...
[INFO] Fiddling around with URL...
[OUT] Parsing URL
'http://rapid.tvphp.net/?q=kamyla+php+con+exchange+include+php+webappcfg+apppath
+http+www+c21vox+tv+id1+txt'...
[INFO] Fiddling around with URL...
[OUT] Parsing URL
'http://www.economia-aziendale.com/ecom/public-amministrazione-newspublish-inclu
de.php'...
[OUT] Parsing URL
'http://dev.textcube.org/browser/branches/1.8/library/include.php?rev=7042'...
[INFO] Fiddling around with URL...
Traceback (most recent call last):
  File "./fimap.py", line 191, in <module>
    g.startGoogleScan()
  File "/root/fimap_alpha_v02/googleScan.py", line 64, in startGoogleScan
    single.scan()
  File "/root/fimap_alpha_v02/singleScan.py", line 51, in scan
    res = t.testTargetVuln()
  File "/root/fimap_alpha_v02/targetScanner.py", line 72, in testTargetVuln
    code = self.doGetRequest(tmpurl)
  File "/root/fimap_alpha_v02/baseClass.py", line 103, in doGetRequest
    f = opener.open(URL)
  File "/usr/lib/python2.5/urllib2.py", line 387, in open
    response = meth(req, response)
  File "/usr/lib/python2.5/urllib2.py", line 498, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.5/urllib2.py", line 425, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 506, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

S.O. Debian 5

Original issue reported on code.google.com by ulises2k on 7 Sep 2009 at 3:15

GoogleCodeExporter commented 9 years ago
It's a bug in the python 2.5 compatiblity.
However it's already fixed in the SVN version.
Also fixed in the new version v03 available in the download page.

Thanks for reporting it.

Original comment by fimap....@gmail.com on 7 Sep 2009 at 4:30