Skip to content

Commit 5aaf18f

Browse files
committed
Minor update
1 parent 7104e00 commit 5aaf18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/sybase/fingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def checkDbms(self):
9898
infoMsg = "actively fingerprinting %s" % DBMS.SYBASE
9999
logger.info(infoMsg)
100100

101-
for version in xrange(12, 16):
101+
for version in xrange(6, 17):
102102
result = inject.checkBooleanExpression("PATINDEX('%%/%d[./]%%',@@VERSION)>0" % version)
103103

104104
if result:

0 commit comments

Comments
 (0)