mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Some fixes related to ClickHouse support (#5229)
This commit is contained in:
parent
b1aaac5ba2
commit
d7180d38c4
6 changed files with 16 additions and 16 deletions
|
|
@ -18,7 +18,7 @@ from plugins.generic.misc import Miscellaneous
|
|||
|
||||
class ClickhouseMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeover):
|
||||
"""
|
||||
This class defines Clickhouse methods
|
||||
This class defines ClickHouse methods
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ class Fingerprint(GenericFingerprint):
|
|||
infoMsg = "testing %s" % DBMS.MYSQL
|
||||
logger.info(infoMsg)
|
||||
|
||||
result = inject.checkBooleanExpression("QUARTER(NULL) IS NULL")
|
||||
result = inject.checkBooleanExpression("QUARTER(NULL XOR NULL) IS NULL")
|
||||
|
||||
if result:
|
||||
infoMsg = "confirming %s" % DBMS.MYSQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue