mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor update
This commit is contained in:
parent
7104e00c95
commit
5aaf18f556
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class Fingerprint(GenericFingerprint):
|
|||
infoMsg = "actively fingerprinting %s" % DBMS.SYBASE
|
||||
logger.info(infoMsg)
|
||||
|
||||
for version in xrange(12, 16):
|
||||
for version in xrange(6, 17):
|
||||
result = inject.checkBooleanExpression("PATINDEX('%%/%d[./]%%',@@VERSION)>0" % version)
|
||||
|
||||
if result:
|
||||
|
|
|
|||
Loading…
Reference in a new issue