[08:15:55] [INFO] retrieved: BESMg[08:19:54] [ERROR] unhandled exception in sqlmap/0.8-rc4, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible:
sqlmap version: 0.8-rc4
Python version: 2.5.2
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 80, in main
start()
File "/pentest/database/sqlmap/lib/controller/controller.py", line 259, in start
action()
File "/pentest/database/sqlmap/lib/controller/action.py", line 108, in action
dumper.dbTables(conf.dbmsHandler.getTables())
File "/pentest/database/sqlmap/plugins/dbms/mssqlserver.py", line 331, in getTables
dbs = self.getDbs()
File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 674, in getDbs
db = inject.getValue(query, inband=False)
File "/pentest/database/sqlmap/lib/request/inject.py", line 373, in getValue
value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar)
File "/pentest/database/sqlmap/lib/request/inject.py", line 303, in __goInferenceProxy
outputs = __goInferenceFields(expression, expressionFields, expressionFieldsList, payload, expected, resumeValue=resumeValue, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar)
File "/pentest/database/sqlmap/lib/request/inject.py", line 95, in __goInferenceFields
output = __goInference(payload, expressionReplaced, charsetType, firstChar, lastChar)
File "/pentest/database/sqlmap/lib/request/inject.py", line 55, in __goInference
count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar)
File "/pentest/database/sqlmap/lib/techniques/blind/inference.py", line 239, in bisection
val = getChar(index, asciiTbl)
File "/pentest/database/sqlmap/lib/techniques/blind/inference.py", line 121, in getChar
result = Request.queryPage(forgedPayload)
File "/pentest/database/sqlmap/lib/request/connect.py", line 279, in queryPage
page, headers = Connect.getPage(get=get, post=post, cookie=cookie, ua=ua, silent=silent)
File "/pentest/database/sqlmap/lib/request/connect.py", line 176, in getPage
page = e.read()
File "/usr/lib/python2.5/socket.py", line 304, in read
data = self._sock.recv(rbufsize)
File "/usr/lib/python2.5/httplib.py", line 509, in read
return self._read_chunked(amt)
File "/usr/lib/python2.5/httplib.py", line 563, in _read_chunked
value += self._safe_read(chunk_left)
File "/usr/lib/python2.5/httplib.py", line 602, in _safe_read
chunk = self.fp.read(min(amt, MAXAMOUNT))
File "/usr/lib/python2.5/socket.py", line 328, in read
data = self._sock.recv(left)
timeout: timed out
[*] shutting down at: 08:19:54
|