mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 12:42:18 +00:00
Minor refactoring for MariaDB
This commit is contained in:
parent
cd7c99c752
commit
cc9f4b6102
3 changed files with 11 additions and 3 deletions
|
|
@ -194,6 +194,7 @@ class OPTION_TYPE:
|
|||
|
||||
class HASHDB_KEYS:
|
||||
DBMS = "DBMS"
|
||||
DBMS_FORK = "DBMS_FORK"
|
||||
CHECK_WAF_RESULT = "CHECK_WAF_RESULT"
|
||||
CONF_TMP_PATH = "CONF_TMP_PATH"
|
||||
KB_ABS_FILE_PATHS = "KB_ABS_FILE_PATHS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue