mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
fix for Feature #136
This commit is contained in:
parent
e810fe7b0b
commit
c4040ab297
3 changed files with 12 additions and 14 deletions
|
|
@ -320,7 +320,9 @@
|
|||
<inband query="SELECT tbl_name FROM sqlite_master WHERE type='table' ORDER BY 1"/>
|
||||
<blind query="SELECT tbl_name FROM sqlite_master WHERE type='table' LIMIT %d, 1" count="SELECT COUNT(tbl_name) FROM sqlite_master WHERE type='table'"/>
|
||||
</tables>
|
||||
<columns/>
|
||||
<columns>
|
||||
<inband query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'"/>
|
||||
</columns>
|
||||
<dump_table>
|
||||
<inband query="SELECT %s FROM %s"/>
|
||||
<blind query="SELECT %s FROM %s LIMIT %d, 1" count="SELECT COUNT(*) FROM %s"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue