mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Fixes #4130
This commit is contained in:
parent
7a5538ab3e
commit
5f5ee6ca68
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ ALTIBASE_ALIASES = ("altibase",)
|
|||
MIMERSQL_ALIASES = ("mimersql", "mimer")
|
||||
CRATEDB_ALIASES = ("cratedb", "crate")
|
||||
CUBRID_ALIASES = ("cubrid",)
|
||||
CACHE_ALIASES = ("cachedb", "cache")
|
||||
CACHE_ALIASES = ("intersystems cache", "cachedb", "cache")
|
||||
EXTREMEDB_ALIASES = ("extremedb", "extreme")
|
||||
FRONTBASE_ALIASES = ("frontbase",)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue