[sqlmap-users] bugReport
Brought to you by:
inquisb
From: jiangzhw2008 <jia...@ye...> - 2013-06-14 03:00:37
|
Dear all, while i executed this command: >sqlmap.py -g "allinurl:asp?" --batch --dump --level 3 --random-agent i got such error as below,which prompted me to sumbit it : [07:37:39] [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 'htt ps://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 Operating system: nt Command line: D:\vulDig\sqlmap-ad07add\sqlmap.py -g ************* --batch --dump --level 3 --random-agent Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "D:\vulDig\sqlmap-ad07add\sqlmap.py", line 95, in main start() File "D:\vulDig\sqlmap-ad07add\lib\controller\controller.py", line 357, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "D:\vulDig\sqlmap-ad07add\lib\controller\checks.py", line 1174, in checkConnection page, _ = Request.queryPage(content=True, noteResponseTime=False) File "D:\vulDig\sqlmap-ad07add\lib\request\connect.py", line 847, 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 "D:\vulDig\sqlmap-ad07add\lib\request\connect.py", line 562, in getPage _ = urlparse.urlsplit(conn.redurl) File "C:\Python27\lib\urlparse.py", line 173, in urlsplit i = url.find(':') -- BizCard: http://about.me/zjohn |