mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update (support for MariaDB)
This commit is contained in:
parent
439fff684e
commit
3b74e99576
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue