[sqlmap-users] bug report
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-12-05 02:39:55
|
sqlmap version: 1.0-dev (r4574) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ********************* --batch --dbs --forms --crawl 3 --technique=U --threads 10 --level 3 --risk 2 --smart --random-agent --tor Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/lib/core/threads.py", line 123, in runThreads threadFunction() File "/pentest/database/sqlmap/lib/utils/crawler.py", line 61, in crawlThread content = Request.getPage(url=current, crawling=True, raise404=False)[0] File "/pentest/database/sqlmap/lib/request/connect.py", line 302, in getPage conn = urllib2.urlopen(req) File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1133, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/usr/lib/python2.6/httplib.py", line 910, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.6/httplib.py", line 947, in _send_request self.endheaders() File "/usr/lib/python2.6/httplib.py", line 904, in endheaders self._send_output() File "/usr/lib/python2.6/httplib.py", line 776, in _send_output self.send(msg) File "/usr/lib/python2.6/httplib.py", line 735, in send self.connect() File "/usr/lib/python2.6/httplib.py", line 716, in connect self.timeout) File "/pentest/database/sqlmap/extra/socks/socks.py", line 410, in create_connection except error as _: NameError: global name 'error' is not defined [21:37:24] [WARNING] no usable links found (with GET parameters) Thanks, everyone, for your continued efforts to develop this program. |