mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding support for MonetDB
This commit is contained in:
parent
1cfe370276
commit
1087396d88
23 changed files with 460 additions and 18 deletions
|
|
@ -45,6 +45,7 @@ class DBMS(object):
|
|||
HSQLDB = "HSQLDB"
|
||||
H2 = "H2"
|
||||
INFORMIX = "Informix"
|
||||
MONETDB = "MonetDB"
|
||||
|
||||
class DBMS_DIRECTORY_NAME(object):
|
||||
ACCESS = "access"
|
||||
|
|
@ -60,6 +61,7 @@ class DBMS_DIRECTORY_NAME(object):
|
|||
HSQLDB = "hsqldb"
|
||||
H2 = "h2"
|
||||
INFORMIX = "informix"
|
||||
MONETDB = "monetdb"
|
||||
|
||||
class CUSTOM_LOGGING(object):
|
||||
PAYLOAD = 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue