mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
Adding support for Percona (MySQL) fork
This commit is contained in:
@@ -92,6 +92,8 @@ class Fingerprint(GenericFingerprint):
|
||||
fork = FORK.MARIADB
|
||||
elif inject.checkBooleanExpression("VERSION() LIKE '%TiDB%'"):
|
||||
fork = FORK.TIDB
|
||||
elif inject.checkBooleanExpression("@@VERSION_COMMENT LIKE '%Percona%'"):
|
||||
fork = FORK.PERCONA
|
||||
else:
|
||||
fork = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user