mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
update for Sybase and major bug fix for --passwords on MSSQL
This commit is contained in:
parent
9b56fbafbe
commit
8a9a57c709
3 changed files with 15 additions and 15 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue