mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 09:29:26 +00:00
Update related to #5571
This commit is contained in:
parent
c096f870e7
commit
f24bf55d8f
3 changed files with 5 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue