Re: [sqlmap-users] [CRITICAL] errorMsg
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2015-02-26 14:44:31
|
Hi. Can you please contact me back privately with the details of the url? There is something strange going on here. In any case, not able to reproduce nor find what would be the cause of this behavior. Bye On Mon, Feb 23, 2015 at 4:51 AM, Nemo Slapz <n3m...@gm...> wrote: > [19:47:36] [CRITICAL] unhandled exception in sqlmap/1.0-dev, 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 > Python version: 2.7.3 > Operating system: posix > Command line: ./sqlmap -u ************************************** > 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 386, in getPage > conn = urllib2.urlopen(req) > File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen > return _opener.open(url, data, timeout) > File "/usr/lib/python2.7/urllib2.py", line 401, in open > response = self._open(req, data) > File "/usr/lib/python2.7/urllib2.py", line 419, in _open > '_open', req) > File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain > result = func(*args) > File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.7/urllib2.py", line 1178, in do_open > h.request(req.get_method(), req.get_selector(), req.data, headers) > File "/usr/lib/python2.7/httplib.py", line 962, in request > self._send_request(method, url, body, headers) > File "/usr/lib/python2.7/httplib.py", line 996, in _send_request > self.endheaders(body) > File "/usr/lib/python2.7/httplib.py", line 958, in endheaders > self._send_output(message_body) > File "/usr/lib/python2.7/httplib.py", line 818, in _send_output > self.send(msg) > File "/usr/lib/python2.7/httplib.py", line 780, in send > self.connect() > File "/usr/lib/python2.7/httplib.py", line 761, in connect > self.timeout, self.source_address) > File "/usr/lib/python2.7/socket.py", line 564, in create_connection > sock.connect(sa) > AttributeError: '_socketobject' object has no attribute 'connect' > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |