Re: [sqlmap-users] (no subject)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-12-26 09:33:04
|
Hi. Find the issue "patched" in the latest commit. It seems that this was a known python bug (http://bugs.python.org/issue8797). Kind regards. On Fri, Dec 24, 2010 at 11:05 PM, <nig...@em...> wrote: > sqlmap -u " > http://xxxxxxxxxx.xxx/xxxxx/content.php?show=videos§ion=1&videoset=323" > -a C:\pentest\sqlmap.0.9\txt\user-agents.txt --auth-type=basic > --auth-cred=xxxxx:xxxxx --level 5 --risk 3 -o --tables -D xxxxx > > This is only a small part of the error. My cmd window can´t show the hole > error message. The window buffer in layout settings is to small ^^ But i > think it was always the same error message. ;) > > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 208, in > http_open > return self.do_open(HTTPConnection, req) > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 205, in > do_open > return self.parent.error('http', req, r, r.status, r.reason, r.msg) > File "C:\Python26\lib\urllib2.py", line 429, in error > result = self._call_chain(*args) > File "C:\Python26\lib\urllib2.py", line 369, in _call_chain > result = func(*args) > File "C:\Python26\lib\urllib2.py", line 855, in http_error_401 > url, req, headers) > File "C:\Python26\lib\urllib2.py", line 833, in http_error_auth_reqed > return self.retry_http_basic_auth(host, req, realm) > File "C:\Python26\lib\urllib2.py", line 843, in retry_http_basic_auth > return self.parent.open(req, timeout=req.timeout) > File "C:\Python26\lib\urllib2.py", line 391, in open > response = self._open(req, data) > File "C:\Python26\lib\urllib2.py", line 409, in _open > '_open', req) > File "C:\Python26\lib\urllib2.py", line 369, in _call_chain > result = func(*args) > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 208, in > http_open > return self.do_open(HTTPConnection, req) > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 205, in > do_open > return self.parent.error('http', req, r, r.status, r.reason, r.msg) > File "C:\Python26\lib\urllib2.py", line 429, in error > result = self._call_chain(*args) > File "C:\Python26\lib\urllib2.py", line 369, in _call_chain > result = func(*args) > File "C:\Python26\lib\urllib2.py", line 855, in http_error_401 > url, req, headers) > File "C:\Python26\lib\urllib2.py", line 833, in http_error_auth_reqed > return self.retry_http_basic_auth(host, req, realm) > File "C:\Python26\lib\urllib2.py", line 843, in retry_http_basic_auth > return self.parent.open(req, timeout=req.timeout) > File "C:\Python26\lib\urllib2.py", line 391, in open > response = self._open(req, data) > File "C:\Python26\lib\urllib2.py", line 409, in _open > '_open', req) > File "C:\Python26\lib\urllib2.py", line 369, in _call_chain > result = func(*args) > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 208, in > http_open > return self.do_open(HTTPConnection, req) > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 180, in > do_open > r = h.getresponse() > File "C:\Python26\lib\httplib.py", line 984, in getresponse > method=self._method) > File "C:\pentest\sqlmap.0.9-1\extra\keepalive\keepalive.py", line 233, in > __init__ > httplib.HTTPResponse.__init__(self, sock, debuglevel, method) > File "C:\Python26\lib\httplib.py", line 330, in __init__ > self.fp = sock.makefile('rb', 0) > File "C:\Python26\lib\socket.py", line 210, in makefile > return _fileobject(self._sock, mode, bufsize) > RuntimeError: maximum recursion depth exceeded > > [*] shutting down at: 22:35:52 > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |