mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-14 02:19:04 +00:00
Fixing a typo for Snowflake implementation (#5980)
This commit is contained in:
@@ -29,7 +29,7 @@ class Enumeration(GenericEnumeration):
|
||||
raise SqlmapUnsupportedFeatureException(errMsg)
|
||||
|
||||
def getPrivileges(self, *args, **kwargs):
|
||||
warnMsg = "on SQLite it is not possible to enumerate the user privileges"
|
||||
warnMsg = "on Snowflake it is not possible to enumerate the user privileges"
|
||||
logger.warning(warnMsg)
|
||||
return {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user