[sqlmap-users] (no subject)
Brought to you by:
inquisb
From: <nig...@em...> - 2010-12-24 22:05:46
|
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 |