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

Skip to content

Unhandled exception (#cb90befa) #889

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.0-dev
Python version: 2.7.8
Operating system: nt
Command line: sqlmap.py -x D:\hack\****\session.sqlite
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 90, in main
    init()
  File "lib/core/option.py", line 2331, in init
    _setSitemapTargets()
  File "lib/core/option.py", line 635, in _setSitemapTargets
    for item in parseSitemap(conf.sitemapUrl):
  File "lib/parse/sitemap.py", line 29, in parseSitemap
    content = Request.getPage(url=url, raise404=True)[0] if not abortedFlag else ""
  File "lib/request/connect.py", line 388, in getPage
    conn = urllib2.urlopen(req)
  File "Python27/lib/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "Python27/lib/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "Python27/lib/urllib2.py", line 422, in _open
    '_open', req)
  File "Python27/lib/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "Python27/lib/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "Python27/lib/urllib2.py", line 1153, in do_open
    h = http_class(host, timeout=req.timeout) # will parse host:port
  File "Python27/lib/httplib.py", line 706, in __init__
    (self.host, self.port) = self._get_hostport(host, port)
  File "Python27/lib/httplib.py", line 748, in _get_hostport
    raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
InvalidURL: nonnumeric port: '\hack\****\session.sqlite'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions