mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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:
parent
c3d0295d21
commit
3ee44584d4
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue