mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Initial implementation for #3283
This commit is contained in:
parent
fb95ab8c17
commit
411f56e710
18 changed files with 480 additions and 27 deletions
|
|
@ -43,6 +43,7 @@ class DBMS:
|
|||
SQLITE = "SQLite"
|
||||
SYBASE = "Sybase"
|
||||
HSQLDB = "HSQLDB"
|
||||
H2 = "H2"
|
||||
INFORMIX = "Informix"
|
||||
|
||||
class DBMS_DIRECTORY_NAME:
|
||||
|
|
@ -57,6 +58,7 @@ class DBMS_DIRECTORY_NAME:
|
|||
SQLITE = "sqlite"
|
||||
SYBASE = "sybase"
|
||||
HSQLDB = "hsqldb"
|
||||
H2 = "h2"
|
||||
INFORMIX = "informix"
|
||||
|
||||
class CUSTOM_LOGGING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue