mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding support for Virtuoso DBMS
This commit is contained in:
parent
1f33b16e01
commit
a6262a3aa9
19 changed files with 343 additions and 16 deletions
|
|
@ -58,6 +58,7 @@ class DBMS(object):
|
|||
EXTREMEDB = "eXtremeDB"
|
||||
FRONTBASE = "FrontBase"
|
||||
RAIMA = "Raima Database Manager"
|
||||
VIRTUOSO = "Virtuoso"
|
||||
|
||||
class DBMS_DIRECTORY_NAME(object):
|
||||
ACCESS = "access"
|
||||
|
|
@ -86,6 +87,7 @@ class DBMS_DIRECTORY_NAME(object):
|
|||
EXTREMEDB = "extremedb"
|
||||
FRONTBASE = "frontbase"
|
||||
RAIMA = "raima"
|
||||
VIRTUOSO = "virtuoso"
|
||||
|
||||
class FORK(object):
|
||||
MARIADB = "MariaDB"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue