mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
i've found a way! thank you hesus! fyea (ASC(MID) was just crashing when MID returned 'empty string')
This commit is contained in:
@@ -43,9 +43,3 @@ 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