Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unhandled exception (#892f7c75) #1607

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.0-dev-nongit-201512120967
Python version: 2.7.11
Operating system: nt
Command line: sqlmap.py --url=************************************************************************************************************************************************************************************************************************************************************ --tamper between.py --random-agent --ignore-proxy --level=5 --risk=3 --text-only --dbms=db2 --drop-set-cookie --force-ssl --is-dba -v 2 -f --banner --parse-errors
Technique: None
Back-end DBMS: IBM DB2 (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 110, in main
    start()
  File "lib/controller/controller.py", line 377, in start
    if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
  File "lib/controller/checks.py", line 1331, in checkConnection
    page, _ = Request.queryPage(content=True, noteResponseTime=False)
  File "lib/request/connect.py", line 1092, in queryPage
    page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare)
  File "lib/request/connect.py", line 460, in getPage
    conn = urllib2.urlopen(req)
  File "Python27/lib/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "Python27/lib/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "Python27/lib/urllib2.py", line 449, in _open
    '_open', req)
  File "Python27/lib/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "lib/request/httpshandler.py", line 91, in https_open
    return self.do_open(HTTPSConnection if ssl else httplib.HTTPSConnection, req)
  File "Python27/lib/urllib2.py", line 1194, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "Python27/lib/httplib.py", line 1057, in request
    self._send_request(method, url, body, headers)
  File "Python27/lib/httplib.py", line 1096, in _send_request
    self.putheader(hdr, value)
  File "Python27/lib/httplib.py", line 1035, in putheader
    raise ValueError('Invalid header value %r' % (one_value,))
ValueError: Invalid header value **********************************************************************************************************************************************************************************************************************************************************

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions