[sqlmap-users] sqlmap bug
Brought to you by:
inquisb
From: bockor <bo...@ya...> - 2014-09-14 17:42:28
|
<div>sqlmap version: 1.0-dev<br />Python version: 2.7.6<br />Operating system: posix<br />Command line: ./sqlmap.py --beep --page-rank --batch --tor --threads=5 --random-agent -g ********************<br />Technique: None<br />Back-end DBMS: None (identified)<br />Traceback (most recent call last):<br /> File "./sqlmap.py", line 95, in main<br /> start()<br /> File "/home/bockor/sqlmap/lib/controller/controller.py", line 311, in start<br /> message = "URL %d:\n%s %s%s" % (hostCount, conf.method or HTTPMETHOD.GET, targetUrl, " (PageRank: %s)" % get_pagerank(targetUrl) if conf.googleDork and conf.pageRank else "")<br /> File "/home/bockor/sqlmap/thirdparty/pagerank/pagerank.py", line 18, in get_pagerank<br /> _ = 'http://toolbarqueries.google.com/tbr?client=navclient-auto&features=Rank&ch=%s&q=info:%s' % (check_hash(hash_url(url)), urllib.quote(url))<br /> File "/usr/lib/python2.7/urllib.py", line 1288, in quote<br /> return ''.join(map(quoter, s))<br />KeyError: u'\xc3'<br /><br /></div> |