mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
fix/update for Access
This commit is contained in:
parent
29b7c5366c
commit
d7dbf814a0
3 changed files with 14 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Enumeration(GenericEnumeration):
|
|||
logger.warn(warnMsg)
|
||||
|
||||
def getCurrentDb(self):
|
||||
warnMsg = "on SQLite it is not possible to enumerate the current database"
|
||||
warnMsg = "on SQLite it is not possible to get name of the current database"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
def isDba(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue