Re: [sqlmap-users] Error
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-05-04 08:03:29
|
Hi. Thank you for your report. Block is properly sanitized and checked in into latest SVN revision. Please check out latest development version to have it fixed. Kind regards. On Tue, May 4, 2010 at 9:37 AM, Thierry Zoller <Th...@zo...> wrote: > [01:21:15] [INFO] retrieved: IM[01:22:53] [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 379, in getTables > table = 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: 01:22:53 > > > > ------------------------------------------------------------------------------ > _______________________________________________ > 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 |