mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Support for Raima Database Manager DBMS
This commit is contained in:
parent
1f39dbd06d
commit
e3028f195e
23 changed files with 397 additions and 44 deletions
|
|
@ -57,6 +57,7 @@ class DBMS(object):
|
|||
CACHE = "InterSystems Cache"
|
||||
EXTREMEDB = "eXtremeDB"
|
||||
FRONTBASE = "FrontBase"
|
||||
RAIMA = "Raima Database Manager"
|
||||
|
||||
class DBMS_DIRECTORY_NAME(object):
|
||||
ACCESS = "access"
|
||||
|
|
@ -84,6 +85,7 @@ class DBMS_DIRECTORY_NAME(object):
|
|||
CACHE = "cache"
|
||||
EXTREMEDB = "extremedb"
|
||||
FRONTBASE = "frontbase"
|
||||
RAIMA = "raima"
|
||||
|
||||
class FORK(object):
|
||||
MARIADB = "MariaDB"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue