mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
245c5e64e9
commit
a4068f9abf
3 changed files with 7 additions and 7 deletions
|
|
@ -48,11 +48,11 @@ class Fingerprint(GenericFingerprint):
|
|||
(50000, 50096), # MySQL 5.0
|
||||
(50100, 50172), # MySQL 5.1
|
||||
(50400, 50404), # MySQL 5.4
|
||||
(50500, 50558), # MySQL 5.5
|
||||
(50600, 50638), # MySQL 5.6
|
||||
(50700, 50720), # MySQL 5.7
|
||||
(50500, 50564), # MySQL 5.5
|
||||
(50600, 50644), # MySQL 5.6
|
||||
(50700, 50726), # MySQL 5.7
|
||||
(60000, 60014), # MySQL 6.0
|
||||
(80000, 80003), # MySQL 8.0
|
||||
(80000, 80015), # MySQL 8.0
|
||||
)
|
||||
|
||||
index = -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue