mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
minor update
This commit is contained in:
parent
28da1141cf
commit
364bc8e7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class Fingerprint(GenericFingerprint):
|
|||
kb.dbmsVersion = ["= 4.1.0"]
|
||||
else:
|
||||
kb.dbmsVersion = [">= 4.0.6", "< 4.1.0"]
|
||||
elif inject.checkBooleanExpression("0=(SELECT FOUND_ROWS())"):
|
||||
else:
|
||||
kb.dbmsVersion = [">= 4.0.0", "< 4.0.6"]
|
||||
else:
|
||||
kb.dbmsVersion = ["< 4.0.0"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue