mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Update related to #5571
This commit is contained in:
@@ -41,6 +41,8 @@ class Fingerprint(GenericFingerprint):
|
||||
fork = FORK.ENTERPRISEDB
|
||||
elif inject.checkBooleanExpression("VERSION() LIKE '%YB-%'"): # Reference: https://github.com/yugabyte/yugabyte-db/issues/2447#issue-499562926
|
||||
fork = FORK.YUGABYTEDB
|
||||
elif inject.checkBooleanExpression("VERSION() LIKE '%openGauss%'"):
|
||||
fork = FORK.OPENGAUSS
|
||||
elif inject.checkBooleanExpression("AURORA_VERSION() LIKE '%'"): # Reference: https://aws.amazon.com/premiumsupport/knowledge-center/aurora-version-number/
|
||||
fork = FORK.AURORA
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user