Thread: [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 |
From: André S. <and...@gm...> - 2011-12-16 00:29:05
|
Hi, Please update to the last commit *svn* checkout https://*svn*.*sqlmap*.org/*sqlmap*/trunk/*sqlmap sqlmap*-dev I think both reported bugs are already fixed. 2011/12/15 Christopher Schwardt <noo...@gm...> > 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 > > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > |