[sqlmap-users] happy traceback
Brought to you by:
inquisb
From: Christopher S. <noo...@gm...> - 2011-12-15 20:17:07
|
hi there, i got a traceback for you :) didn't try the most recent version from your repo, but maybe you're interested anyway greetz chriz $ sqlmap --proxy=http://localhost:8080/ -u 'https://encrypted.google.com/search?client=ubuntu&channel=fs&q=sqlmap&ie=utf-8&oe=utf-8' sqlmap/0.6.4 coded by Bernardo Damele A. G. <ber...@gm...> and Daniele Bellucci <dan...@gm...> [*] starting at: 18:22:34 [18:22:34] [INFO] testing connection to the target url [18:22:34] [ERROR] unhandled exception in sqlmap/0.6.4, please copy the command line and the following text and send by e-mail to sql...@li.... The developers will fix it as soon as possible: sqlmap version: 0.6.4 Python version: 2.7.2+ Operating system: linux2 Traceback (most recent call last): File "/usr/bin/sqlmap", line 81, in main start() File "/usr/share/sqlmap/lib/controller/controller.py", line 144, in start if not checkConnection() or not checkString() or not checkRegexp(): File "/usr/share/sqlmap/lib/controller/checks.py", line 387, in checkConnection page, _ = Request.getPage() File "/usr/share/sqlmap/lib/request/connect.py", line 128, in getPage conn = urllib2.urlopen(req) File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 394, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 412, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1209, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/share/sqlmap/lib/request/proxy.py", line 128, in do_open return urllib2.HTTPSHandler.do_open(self, ProxyHTTPSConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1140, in do_open h = http_class(host, timeout=req.timeout) # will parse host:port TypeError: __init__() got an unexpected keyword argument 'timeout' [*] shutting down at: 18:22:34 |