mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 04:09:02 +00:00
minor minor fix
This commit is contained in:
@@ -438,7 +438,7 @@
|
||||
<inband query="SELECT username FROM domain.users ORDER BY 1"/>
|
||||
</users>
|
||||
<tables>
|
||||
<inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s'"/>
|
||||
<inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s' AND type='TABLE'"/>
|
||||
</tables>
|
||||
<roles>
|
||||
<inband query="SELECT owner, role FROM domain.roles" condition="owner"/>
|
||||
|
||||
Reference in New Issue
Block a user