mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
now --tables work for MaxDB
This commit is contained in:
parent
b761523f3f
commit
4b56fa4f8f
2 changed files with 4 additions and 1 deletions
|
|
@ -440,6 +440,7 @@
|
|||
</users>
|
||||
<tables>
|
||||
<inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s' AND type='TABLE'"/>
|
||||
<blind query="SELECT MIN(tablename) FROM domain.tables WHERE schemaname=user AND type='TABLE' AND name > '%s'" count="SELECT CHR(COUNT(*)) FROM domain.tables WHERE schemaname=user AND type='TABLE'"/>
|
||||
</tables>
|
||||
<roles>
|
||||
<inband query="SELECT owner, role FROM domain.roles" condition="owner"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue