Re: [sqlmap-users] UnicodeEncodeError: 'ascii' codec can't encode characters in position 32-47: ord
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-08-20 08:46:55
|
Hi. This should (hopefully) being fixed now with the latest commit [1]. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/152 On Sun, Aug 19, 2012 at 10:11 PM, Happy User <rob...@gm...>wrote: > Traceback (most recent call last): > File "D:\Soft\sqlmap-dev\_sqlmap.py", line 72, in main > start() > File "D:\Soft\sqlmap-dev\lib\controller\controller.py", line 355, in > start > checkNullConnection() > File "D:\Soft\sqlmap-dev\lib\controller\checks.py", line 960, in > checkNullConnection > page, headers, _ = Request.getPage(method=HTTPMETHOD.HEAD) > File "D:\Soft\sqlmap-dev\lib\request\connect.py", line 322, in getPage > conn = urllib2.urlopen(req) > File "C:\Python27\lib\urllib2.py", line 126, in urlopen > return _opener.open(url, data, timeout) > File "C:\Python27\lib\urllib2.py", line 400, in open > response = self._open(req, data) > File "C:\Python27\lib\urllib2.py", line 418, in _open > '_open', req) > File "C:\Python27\lib\urllib2.py", line 378, in _call_chain > result = func(*args) > File "C:\Python27\lib\urllib2.py", line 1207, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "C:\Python27\lib\urllib2.py", line 1174, in do_open > h.request(req.get_method(), req.get_selector(), req.data, headers) > File "C:\Python27\lib\httplib.py", line 958, in request > self._send_request(method, url, body, headers) > File "C:\Python27\lib\httplib.py", line 992, in _send_request > self.endheaders(body) > File "C:\Python27\lib\httplib.py", line 954, in endheaders > self._send_output(message_body) > File "C:\Python27\lib\httplib.py", line 814, in _send_output > self.send(msg) > File "C:\Python27\lib\httplib.py", line 790, in send > self.sock.sendall(data) > File "C:\Python27\lib\socket.py", line 224, in meth > return getattr(self._sock,name)(*args) > UnicodeEncodeError: 'ascii' codec can't encode characters in position > 32-47: ordinal not in range(128) > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |