mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-01 10:40:33 +03:00
Minor update
This commit is contained in:
parent
378ce46061
commit
7104e00c95
|
@ -99,7 +99,7 @@ class Fingerprint(GenericFingerprint):
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
for version in xrange(12, 16):
|
for version in xrange(12, 16):
|
||||||
result = inject.checkBooleanExpression("@@VERSION_NUMBER/1000=%d" % version)
|
result = inject.checkBooleanExpression("PATINDEX('%%/%d[./]%%',@@VERSION)>0" % version)
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
Backend.setVersion(str(version))
|
Backend.setVersion(str(version))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user