[sqlmap-users] Found a new Bug
Brought to you by:
inquisb
From: <nig...@em...> - 2011-03-01 15:22:53
|
Hi i tryed a simple testing with not special commands and sqlmap gets an runtime error Revision 3385 sqlmap -u "www.xxxxxxxxx.xxx/members/content.php?show=videos§ion=5&videoset=1" --auth-type=Basic --auth-cred=xxxx:xxxx --random-agent --retries=6 --level 5 --risk 3 -f -b File "C:\pentest\p\sqlmap.0.9\lib\request\basicauthhandler.py", line 33, in http_error_auth_reqed self, auth_header, host, 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 397, in open response = meth(req, response) File "C:\Python26\lib\urllib2.py", line 510, in http_response 'http', request, response, code, msg, hdrs) 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:\pentest\p\sqlmap.0.9\lib\request\basicauthhandler.py", line 33, in http_error_auth_reqed self, auth_header, host, 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:\Python26\lib\urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "C:\Python26\lib\urllib2.py", line 1107, in do_open h = http_class(host, timeout=req.timeout) # will parse host:port RuntimeError: maximum recursion depth exceeded [*] shutting down at: 16:10:41 |