mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-12 10:49:02 +00:00
fix for proper (international character) inference on MsAccess
This commit is contained in:
@@ -366,7 +366,7 @@
|
|||||||
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
|
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
|
||||||
<current_user/>
|
<current_user/>
|
||||||
<current_db/>
|
<current_db/>
|
||||||
<inference query="ASC(MID((%s),%d,1)) > %d"/>
|
<inference query="ASCW(MID((%s),%d,1)) > %d"/>
|
||||||
<is_dba/>
|
<is_dba/>
|
||||||
<dbs/>
|
<dbs/>
|
||||||
<!--MSysObjects have no read permission by default-->
|
<!--MSysObjects have no read permission by default-->
|
||||||
|
|||||||
Reference in New Issue
Block a user