mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-13 01:59:01 +00:00
now --tables work for MaxDB
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user