mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
fix/update for Access
This commit is contained in:
@@ -28,6 +28,10 @@ class Enumeration(GenericEnumeration):
|
||||
|
||||
return None
|
||||
|
||||
def getCurrentDb(self):
|
||||
warnMsg = "on Microsoft Access it is not possible to get name of the current database"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
def getPasswordHashes(self):
|
||||
warnMsg = "on Microsoft Access it is not possible to enumerate the user password hashes"
|
||||
logger.warn(warnMsg)
|
||||
@@ -39,3 +43,9 @@ class Enumeration(GenericEnumeration):
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return []
|
||||
|
||||
def dumpTable(self):
|
||||
warnMsg = "on Microsoft Access it is not yet implemented dumping of tables"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return None
|
||||
Reference in New Issue
Block a user