Skip to content

Unhandled exception (#77451cec) #6040

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.10.3.10#dev
Python version: 3.13.5
Operating system: Windows-11-10.0.26200-SP0
Command line: sqlmap.py --shell
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 177, in main
    init()
    ~~~~^^
  File "lib/core/option.py", line 2954, in init
    _setTorProxySettings()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 2520, in _setTorProxySettings
    _setTorSocksProxySettings()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 2554, in _setTorSocksProxySettings
    raise SqlmapConnectionException(errMsg)
lib.core.exception.SqlmapConnectionException: can't establish connection with the Tor SOCKS proxy. Please make sure that you have Tor service installed and setup so you could be able to successfully use switch '--tor' 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap.py", line 250, in main
    raise SystemExit
SystemExit

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap.py", line 177, in main
    init()
    ~~~~^^
  File "lib/core/option.py", line 2954, in init
    _setTorProxySettings()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 2520, in _setTorProxySettings
    _setTorSocksProxySettings()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 2554, in _setTorSocksProxySettings
    raise SqlmapConnectionException(errMsg)
lib.core.exception.SqlmapConnectionException: can't establish connection with the Tor SOCKS proxy. Please make sure that you have Tor service installed and setup so you could be able to successfully use switch '--tor' 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap.py", line 250, in main
    raise SystemExit
SystemExit

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap.py", line 177, in main
    init()
    ~~~~^^
  File "lib/core/option.py", line 2947, in init
    _cleanupEnvironment()
    ~~~~~~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 1995, in _cleanupEnvironment
    if issubclass(_http_client.socket.socket, socks.socksocket):
       ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: issubclass() arg 1 must be a class

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions