mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03: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
|
@ -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
|
|
@ -352,7 +352,7 @@
|
|||
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
|
||||
<current_user/>
|
||||
<current_db/>
|
||||
<inference query="ASC(MID((%s), %d, 1)) > %d"/>
|
||||
<inference query="MID((%s), %d, 1) > CHR(%d)"/>
|
||||
<is_dba/>
|
||||
<dbs/>
|
||||
<!--MSysObjects have no read permission by default-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user