sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool
http://sqlmap.org
Other
32.72k stars 5.74k forks source link

Unhandled exception (#90c1145e) #5772

Closed sqlmapreporter closed 3 months ago

sqlmapreporter commented 3 months ago
Running version: 1.8.6.9#dev
Python version: 3.13.0b3
Operating system: Windows-2022Server-10.0.20348-SP0
Command line: sqlmap.py -u ************************************* -p cat_id --batch --random-agent --risk=3 --level=5 --threads=10
Technique: BOOLEAN
Back-end DBMS: ClickHouse (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 732, in start
    action()
    ~~~~~~^^
  File "lib/controller/action.py", line 33, in action
    setHandler()
    ~~~~~~~~~~^^
  File "lib/controller/handler.py", line 185, in setHandler
    if conf.forceDbms == dbms or handler.checkDbms():
                                 ~~~~~~~~~~~~~~~~~^^
  File "plugins/dbms/clickhouse/fingerprint.py", line 89, in checkDbms
    logger.warn(warnMsg)
    ^^^^^^^^^^^
AttributeError: 'Logger' object has no attribute 'warn'