mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
update for Sybase and major bug fix for --passwords on MSSQL
This commit is contained in:
@@ -16,9 +16,3 @@ from plugins.generic.enumeration import Enumeration as GenericEnumeration
|
||||
class Enumeration(GenericEnumeration):
|
||||
def __init__(self):
|
||||
GenericEnumeration.__init__(self, "Sybase")
|
||||
|
||||
def getPasswordHashes(self):
|
||||
warnMsg = "on Sybase it is not possible to enumerate the user password hashes"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user