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

Skip to content

Unhandled exception (#3793fd1e) #2747

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.1.10#stable
Python version: 2.7.10
Operating system: posix
Command line: /usr/local/bin/sqlmap -g ******************** --random-agent --tamper=between,randomcase,space2comment,charencode --cookie=***************************************************************************************** --os-shell -v --tor --tor-type=SOCKS5 --tor-port=9050 --check-tor --level=5 --risk=3 --dbms=MySQL --dump-all
Technique: None
Back-end DBMS: MySQL (identified)
Traceback (most recent call last):
  File "sqlmap", line 145, in main
    init()
  File "Cellar/sqlmap/1.1.10/libexec/lib/core/option.py", line 2656, in init
    _checkTor()
  File "Cellar/sqlmap/1.1.10/libexec/lib/core/option.py", line 2353, in _checkTor
    page, _, _ = Request.getPage(url="https://check.torproject.org/", raise404=False)
  File "Cellar/sqlmap/1.1.10/libexec/lib/request/connect.py", line 347, in getPage
    headers = forgeHeaders({HTTP_HEADER.COOKIE: cookie, HTTP_HEADER.USER_AGENT: ua, HTTP_HEADER.REFERER: referer, HTTP_HEADER.HOST: host})
  File "Cellar/sqlmap/1.1.10/libexec/lib/request/basic.py", line 95, in forgeHeaders
    if cookie.domain_specified and not conf.hostname.endswith(cookie.domain):
AttributeError: 'NoneType' object has no attribute 'endswith'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions