sqlmap version: 1.0-dev-nongit-20150905
Python version: 2.7.10
Operating system: posix
Command line: sqlmap.py -u **************************************************************************************************************** --random-agent --auth-cred=**************************** --auth-type=NTLM
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
File "sqlmap.py", line 109, in main
start()
File "lib/controller/controller.py", line 377, in start
if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
File "lib/controller/checks.py", line 1310, in checkConnection
page, _ = Request.queryPage(content=True, noteResponseTime=False)
File "lib/request/connect.py", line 1063, in queryPage
page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare)
File "lib/request/connect.py", line 436, in getPage
conn = urllib2.urlopen(req)
File "lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "lib/python2.7/urllib2.py", line 469, in error
result = self._call_chain(*args)
File "lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "lib/python2.7/site-packages/ntlm/HTTPNtlmAuthHandler.py", line 121, in http_error_401
return self.http_error_authentication_required('www-authenticate', req, fp, headers)
File "lib/python2.7/site-packages/ntlm/HTTPNtlmAuthHandler.py", line 44, in http_error_authentication_required
return self.retry_using_http_NTLM_auth(req, auth_header_field, None, headers)
File "lib/python2.7/site-packages/ntlm/HTTPNtlmAuthHandler.py", line 94, in retry_using_http_NTLM_auth
(ServerChallenge, NegotiateFlags) = ntlm.parse_NTLM_CHALLENGE_MESSAGE(auth_header_value[5:])
File "lib/python2.7/site-packages/ntlm/ntlm.py", line 219, in parse_NTLM_CHALLENGE_MESSAGE
msg2 = base64.decodestring(msg2)
File "lib/python2.7/base64.py", line 321, in decodestring
return binascii.a2b_base64(s)
Error: Incorrect padding