mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-14 18:39:05 +00:00
Minor patch for Snowflake implementation (#5980)
This commit is contained in:
@@ -15,6 +15,12 @@ class Enumeration(GenericEnumeration):
|
||||
logger.warning(warnMsg)
|
||||
return {}
|
||||
|
||||
def getRoles(self, *args, **kwargs):
|
||||
warnMsg = "on Snowflake it is not possible to enumerate the user roles"
|
||||
logger.warning(warnMsg)
|
||||
|
||||
return {}
|
||||
|
||||
def searchDb(self):
|
||||
warnMsg = "on Snowflake it is not possible to search databases"
|
||||
logger.warning(warnMsg)
|
||||
|
||||
Reference in New Issue
Block a user