mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding support for Mckoi
This commit is contained in:
parent
20700fd6b9
commit
60b642e2bd
25 changed files with 462 additions and 50 deletions
|
|
@ -48,6 +48,7 @@ class DBMS(object):
|
|||
MONETDB = "MonetDB"
|
||||
DERBY = "Apache Derby"
|
||||
VERTICA = "Vertica"
|
||||
MCKOI = "Mckoi"
|
||||
|
||||
class DBMS_DIRECTORY_NAME(object):
|
||||
ACCESS = "access"
|
||||
|
|
@ -66,6 +67,7 @@ class DBMS_DIRECTORY_NAME(object):
|
|||
MONETDB = "monetdb"
|
||||
DERBY = "derby"
|
||||
VERTICA = "vertica"
|
||||
MCKOI = "mckoi"
|
||||
|
||||
class FORK(object):
|
||||
MARIADB = "MariaDB"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue