mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixing a typo for Snowflake implementation (#5980)
This commit is contained in:
parent
88f22c3440
commit
9e29d7af8c
3 changed files with 4 additions and 4 deletions
|
|
@ -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 {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue