mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor minor fix
This commit is contained in:
parent
32a4350779
commit
68d39d5976
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user