mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
ms access update
This commit is contained in:
parent
1973024ebf
commit
d583cc07e7
3 changed files with 12 additions and 1 deletions
|
|
@ -320,6 +320,10 @@
|
|||
<current_db/>
|
||||
<inference query="AND ASC(MID((%s), %d, 1)) > %d"/>
|
||||
<is_dba query="IIF(CURRENTUSER()='Admin',1,0)"/>
|
||||
<dbs/>
|
||||
<tables>
|
||||
<inband query="SELECT Name FROM MSysObjects WHERE (Left([Name],1) <> '~') AND (Left([Name],4) <> 'MSys') AND ([Type] In (1, 4, 6))"/>
|
||||
</tables>
|
||||
</dbms>
|
||||
|
||||
<!-- Firebird -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue