mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Adding support for MemSQL (MySQL fork)
This commit is contained in:
@@ -65,6 +65,10 @@ class DBMS_DIRECTORY_NAME(object):
|
||||
MONETDB = "monetdb"
|
||||
DERBY = "derby"
|
||||
|
||||
class FORK(object):
|
||||
MARIADB = "MariaDB"
|
||||
MEMSQL = "MemSQL"
|
||||
|
||||
class CUSTOM_LOGGING(object):
|
||||
PAYLOAD = 9
|
||||
TRAFFIC_OUT = 8
|
||||
|
||||
Reference in New Issue
Block a user