mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update
This commit is contained in:
parent
e87521de11
commit
f79e774d31
4 changed files with 9 additions and 8 deletions
|
|
@ -141,7 +141,7 @@ class Fingerprint(GenericFingerprint):
|
|||
Backend.setVersion(">= 15.0")
|
||||
elif inject.checkBooleanExpression("BIT_COUNT(NULL) IS NULL"):
|
||||
Backend.setVersion(">= 14.0")
|
||||
elif inject.checkBooleanExpression("GEN_RANDOM_UUID() IS NOT NULL"):
|
||||
elif inject.checkBooleanExpression("NULL::anycompatible IS NULL"):
|
||||
Backend.setVersion(">= 13.0")
|
||||
elif inject.checkBooleanExpression("SINH(0)=0"):
|
||||
Backend.setVersion(">= 12.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue