mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
This commit is contained in:
parent
bc4c2f320c
commit
7324d53997
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Fingerprint(GenericFingerprint):
|
|||
logger.info(infoMsg)
|
||||
|
||||
if inject.checkBooleanExpression("LENGTH(TO_CHAR(1, 'EEEE'))>0"):
|
||||
Backend.setVersion(">= 9.0.3")
|
||||
Backend.setVersion(">= 9.0.0")
|
||||
elif inject.checkBooleanExpression("2=(SELECT DIV(6, 3))"):
|
||||
Backend.setVersion(">= 8.4.0")
|
||||
elif inject.checkBooleanExpression("EXTRACT(ISODOW FROM CURRENT_TIMESTAMP)<8"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue