mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Adding support for Presto
This commit is contained in:
@@ -52,6 +52,8 @@ def checkDependencies():
|
||||
__import__("drda")
|
||||
elif dbmsName == DBMS.VERTICA:
|
||||
__import__("vertica_python")
|
||||
elif dbmsName == DBMS.PRESTO:
|
||||
__import__("prestodb")
|
||||
except:
|
||||
warnMsg = "sqlmap requires '%s' third-party library " % data[1]
|
||||
warnMsg += "in order to directly connect to the DBMS "
|
||||
|
||||
Reference in New Issue
Block a user