mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor refactoring
This commit is contained in:
parent
f8e9f9c87d
commit
257fa3e9e4
14 changed files with 19 additions and 19 deletions
|
|
@ -33,7 +33,7 @@ from plugins.generic.enumeration import Enumeration as GenericEnumeration
|
|||
from thirdparty import six
|
||||
|
||||
class Enumeration(GenericEnumeration):
|
||||
def getPrivileges(self, *args):
|
||||
def getPrivileges(self, *args, **kwargs):
|
||||
warnMsg = "on Microsoft SQL Server it is not possible to fetch "
|
||||
warnMsg += "database users privileges, sqlmap will check whether "
|
||||
warnMsg += "or not the database users are database administrators"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue