mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding support for Amazon Redshift (pgsql fork)
This commit is contained in:
parent
421f1878e3
commit
8d343fc2a6
3 changed files with 9 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ class FORK(object):
|
|||
PERCONA = "Percona"
|
||||
COCKROACHDB = "CockroachDB"
|
||||
TIDB = "TiDB"
|
||||
REDSHIFT = "Amazon Redshift"
|
||||
|
||||
class CUSTOM_LOGGING(object):
|
||||
PAYLOAD = 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue