mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-13 18:09:03 +00:00
Adding support for --privileges to Snowflake implementation (#5980)
This commit is contained in:
@@ -23,8 +23,3 @@ class Enumeration(GenericEnumeration):
|
||||
def searchColumn(self):
|
||||
errMsg = "on Snowflake it is not possible to search columns"
|
||||
raise SqlmapUnsupportedFeatureException(errMsg)
|
||||
|
||||
def getPrivileges(self, *args, **kwargs):
|
||||
warnMsg = "on Snowflake it is not possible to enumerate the user privileges"
|
||||
logger.warning(warnMsg)
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user