mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
28da1141cf
commit
364bc8e7d4
|
@ -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 New Issue
Block a user