Re: [sqlmap-users] ERROR in SQLMAP
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2014-07-11 14:27:53
|
Hi Alex. This looks like you had some disk IO issue. Are you able to reproduce this? Kind regards, Miroslav Stampar On Fri, Jul 11, 2014 at 3:46 AM, Alex Gerth <ger...@gm...> wrote: > sqlmap version: 1.0-dev > Python version: 2.7.3 > Operating system: posix > Command line: ./sqlmap -u **************************************** --dbs > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "./sqlmap", line 95, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 364, in start > if not checkConnection(suppressOutput=conf.forms) or not checkString() > or not checkRegexp(): > File "/usr/share/sqlmap/lib/controller/checks.py", line 1213, in > checkConnection > page, _ = Request.queryPage(content=True, noteResponseTime=False) > File "/usr/share/sqlmap/lib/request/connect.py", line 894, 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 "/usr/share/sqlmap/lib/request/connect.py", line 573, in getPage > processResponse(page, responseHeaders) > File "/usr/share/sqlmap/lib/request/basic.py", line 303, in > processResponse > parseResponse(page, responseHeaders if kb.processResponseCounter < > PARSE_HEADERS_LIMIT else None) > File "/usr/share/sqlmap/lib/request/basic.py", line 122, in parseResponse > headersParser(headers) > File "/usr/share/sqlmap/lib/parse/headers.py", line 43, in headersParser > parseXmlFile(xmlfile, handler) > File "/usr/share/sqlmap/lib/core/common.py", line 1672, in parseXmlFile > with contextlib.closing(StringIO(readCachedFileContent(xmlFile))) as > stream: > File "/usr/share/sqlmap/lib/core/common.py", line 1728, in > readCachedFileContent > kb.cache.content[filename] = f.read() > File "/usr/lib/python2.7/codecs.py", line 671, in read > return self.reader.read(size) > File "/usr/lib/python2.7/codecs.py", line 471, in read > newdata = self.stream.read() > IOError: [Errno 5] Input/output error > > > > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |