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 
'sqlmap-users@lists.sourceforge.net' 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
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to