Junk removal (in preparing for py3)

This commit is contained in:
Miroslav Stampar
2019-03-27 17:37:57 +01:00
parent 7356293007
commit b036fcc876
75 changed files with 31 additions and 404 deletions

View File

@@ -32,9 +32,6 @@ from lib.request import inject
from plugins.generic.enumeration import Enumeration as GenericEnumeration
class Enumeration(GenericEnumeration):
def __init__(self):
GenericEnumeration.__init__(self)
def getPrivileges(self, *args):
warnMsg = "on Microsoft SQL Server it is not possible to fetch "
warnMsg += "database users privileges, sqlmap will check whether "