mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding recognition of Amazon Aurora forks
This commit is contained in:
parent
1dd400f93d
commit
5f39016af7
4 changed files with 8 additions and 3 deletions
|
|
@ -89,6 +89,7 @@ class FORK(object):
|
|||
GREENPLUM = "Greenplum"
|
||||
DRIZZLE = "Drizzle"
|
||||
IGNITE = "Apache Ignite"
|
||||
AURORA = "Aurora"
|
||||
|
||||
class CUSTOM_LOGGING(object):
|
||||
PAYLOAD = 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue