update of mysql comment versions

This commit is contained in:
Miroslav Stampar 2010-12-31 12:42:12 +00:00
parent 40e3489099
commit 5db8ebbfa9
2 changed files with 9 additions and 9 deletions

View File

@ -378,7 +378,7 @@ def start():
if len(kb.injections) == 0 or (len(kb.injections) == 1 and kb.injections[0].place is None): if len(kb.injections) == 0 or (len(kb.injections) == 1 and kb.injections[0].place is None):
if not conf.realTest: if not conf.realTest:
errMsg = "all parameters are not injectable, try " errMsg = "all parameters are not injectable, try "
errMsg += "a higher --level" errMsg += "a higher --level/--risk and/or --text-only switch"
raise sqlmapNotVulnerableException, errMsg raise sqlmapNotVulnerableException, errMsg
else: else:
errMsg = "it seems that all parameters are not injectable" errMsg = "it seems that all parameters are not injectable"

View File

@ -49,15 +49,15 @@ class Fingerprint(GenericFingerprint):
# MySQL valid versions updated on 01/2010 # MySQL valid versions updated on 01/2010
versions = ( versions = (
(32200, 32234), # MySQL 3.22 (32200, 32235), # MySQL 3.22
(32300, 32360), # MySQL 3.23 (32300, 32359), # MySQL 3.23
(40000, 40032), # MySQL 4.0 (40000, 40032), # MySQL 4.0
(40100, 40123), # MySQL 4.1 (40100, 40131), # MySQL 4.1
(50000, 50090), # MySQL 5.0 (50000, 50092), # MySQL 5.0
(50100, 50142), # MySQL 5.1 (50100, 50154), # MySQL 5.1
(50400, 50405), # MySQL 5.4 (50400, 50404), # MySQL 5.4
(50500, 50502), # MySQL 5.5 (50500, 50509), # MySQL 5.5
(60000, 60011), # MySQL 6.0 (60000, 60014), # MySQL 6.0
) )
index = -1 index = -1