mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update (support for MariaDB)
This commit is contained in:
@@ -103,6 +103,9 @@ class Fingerprint(GenericFingerprint):
|
||||
value += "back-end DBMS: "
|
||||
actVer = Format.getDbms()
|
||||
|
||||
if inject.checkBooleanExpression("@@USERSTAT LIKE @@USERSTAT"):
|
||||
actVer += " (MariaDB fork)"
|
||||
|
||||
if not conf.extensiveFp:
|
||||
value += actVer
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user