[sqlmap-users] sqlmap bug, unhandled exception in sqlmap/1.0-dev-648d91d
Brought to you by:
inquisb
From: 沸水浮冰 <sf...@gm...> - 2012-12-30 05:31:41
|
[01:13:42] [CRITICAL] unhandled exception in sqlmap/1.0-dev-648d91d, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sql...@li...' or open a new issue at ' https://github.com/sqlmapproject/sqlmap/issues/new' with the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev-648d91d Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ******************************************************************* --dbms=mssql --level=5 --risk=3 -tamper=space2mssqlhash.py,charunicodeencode.py Technique: BOOLEAN Back-end DBMS: Microsoft SQL Server (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/temp2/sqlmap-dev/_sqlmap.py", line 73, in main start() File "/pentest/database/sqlmap/temp2/sqlmap-dev/lib/controller/controller.py", line 472, in start injection = checkSqlInjection(place, parameter, value) File "/pentest/database/sqlmap/temp2/sqlmap-dev/lib/controller/checks.py", line 362, in checkSqlInjection Request.queryPage(genCmpPayload(), place, raise404=False) File "/pentest/database/sqlmap/temp2/sqlmap-dev/lib/request/connect.py", line 802, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, method=method, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) File "/pentest/database/sqlmap/temp2/sqlmap-dev/lib/request/connect.py", line 547, in getPage logHTTPTraffic(requestMsg, "%s%s\n\n%s" % (responseMsg, logHeaders, (page or "")[:MAX_CONNECTION_CHUNK_SIZE])) File "/pentest/database/sqlmap/temp2/sqlmap-dev/lib/core/common.py", line 2078, in logHTTPTraffic dataToTrafficFile("%s%s" % (responseLogMsg, os.linesep)) File "/pentest/database/sqlmap/temp2/sqlmap-dev/lib/core/common.py", line 733, in dataToTrafficFile conf.trafficFP.write(data) File "/usr/lib/python2.6/codecs.py", line 686, in write return self.writer.write(data) File "/usr/lib/python2.6/codecs.py", line 352, in write self.stream.write(data) IOError: [Errno 28] No space left on device |