Minor refactoring

This commit is contained in:
Miroslav Stampar
2019-05-30 22:55:54 +02:00
parent f8e9f9c87d
commit 257fa3e9e4
14 changed files with 19 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ class Enumeration(GenericEnumeration):
return kb.data.cachedUsers
def getPrivileges(self, *args):
def getPrivileges(self, *args, **kwargs):
warnMsg = "on Sybase it is not possible to fetch "
warnMsg += "database users privileges, sqlmap will check whether "
warnMsg += "or not the database users are database administrators"