mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update of fingerprinting data
This commit is contained in:
parent
3f53b2bc05
commit
c45cf60fb4
6 changed files with 15 additions and 8 deletions
|
|
@ -47,11 +47,11 @@ class Fingerprint(GenericFingerprint):
|
|||
versions = (
|
||||
(80000, 80029), # MySQL 8.0
|
||||
(60000, 60014), # MySQL 6.0
|
||||
(50700, 50737), # MySQL 5.7
|
||||
(50700, 50739), # MySQL 5.7
|
||||
(50600, 50652), # MySQL 5.6
|
||||
(50500, 50563), # MySQL 5.5
|
||||
(50400, 50404), # MySQL 5.4
|
||||
(50100, 50174), # MySQL 5.1
|
||||
(50100, 50175), # MySQL 5.1
|
||||
(50000, 50097), # MySQL 5.0
|
||||
(40100, 40131), # MySQL 4.1
|
||||
(40000, 40032), # MySQL 4.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue