10000 Unhandled exception (#7f6c2164) · Issue #5918 · sqlmapproject/sqlmap · GitHub
[go: up one dir, main page]

Skip to content
Unhandled exception (#7f6c2164) #5918
Closed
@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.9.6.6#dev
Python version: 3.8.6
Operating system: Windows-7-6.1.7601-SP1
Command line: sqlmap.py -d **************************************** -f --banner --dbs --users
Technique: DIRECT
Back-end DBMS: MySQL (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 222, in main
    start()
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/controller/controller.py", line 281, in start
    action()
  File "lib/controller/action.py", line 33, in action
    setHandler()
  File "lib/controller/handler.py", line 175, in setHandler
    conf.dbmsConnector.connect()
  File "plugins/dbms/mysql/connector.py", line 36, in connect
    self.connector = pymysql.connect(host=self.hostname, user=self.user, passwd=self.password, db=self.db, port=self.port, connect_timeout=conf.timeout, use_unicode=True)
  File "C:/Users/******/AppData/Local/Programs/Python/Python38/lib/site-packages/pymysql/connections.py", line 361, in __init__
    self.connect()
  File "C:/Users/******/AppData/Local/Programs/Python/Python38/lib/site-packages/pymysql/connections.py", line 669, in connect
    self._request_authentication()
  File "C:/Users/******/AppData/Local/Programs/Python/Python38/lib/site-packages/pymysql/connections.py", line 979, in _request_authentication
    auth_packet = _auth.caching_sha2_password_auth(self, auth_packet)
  File "C:/Users/******/AppData/Local/Programs/Python/Python38/lib/site-packages/pymysql/_auth.py", line 267, in caching_sha2_password_auth
    data = sha2_rsa_encrypt(conn.password, conn.salt, conn.server_public_key)
  File "C:/Users/******/AppData/Local/Programs/Python/Python38/lib/site-packages/pymysql/_auth.py", line 144, in sha2_rsa_encrypt
    raise RuntimeError(
RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0