[17:12:55] [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
'https://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.6
Operating system: posix
Command line: ./sqlmap.py -r szqcz.txt -p utype
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
  File "./sqlmap.py", line 95, in main
    start()
  File "/Users/anon/tools/sqlmap/lib/controller/controller.py", line
382, in start
    checkStability()
  File "/Users/anon/tools/sqlmap/lib/controller/checks.py", line 918,
in checkStability
    secondPage, _ = Request.queryPage(content=True, raise404=False)
  File "/Users/anon/tools/sqlmap/lib/request/connect.py", line 891, 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 "/Users/anon/tools/sqlmap/lib/request/connect.py", line 317, in getPage
    headers = forgeHeaders({HTTP_HEADER.COOKIE: cookie,
HTTP_HEADER.USER_AGENT: ua, HTTP_HEADER.REFERER: referer})
  File "/Users/anon/tools/sqlmap/lib/request/basic.py", line 106, in
forgeHeaders
    headers[HTTP_HEADER.COOKIE] += "%s %s=%s" % (conf.cDel or
DEFAULT_COOKIE_DELIMITER, cookie.name, cookie.value)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf7 in position
16: ordinal not in range(128)

content of the txt file

POST /login.do HTTP/1.1
Content-Length: 164
Content-Type: application/x-www-form-urlencoded
Referer: http://szqcz.com:80/
Cookie: JSESSIONID=6966495B026B8E5F865046C2EA694895
Host: szqcz.com
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36
Accept: */*

err_flag=&event=login&password=g00dPa%24%24w0rD&password1=65&rememberMe=yes&returnurl=&user_code=%e4%bc%9a%e5%91%98%e5%90%8d/%e6%89%8b%e6%9c%ba%e5%8f%b7&utype=1

------------------------------------------------------------------------------
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to