mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
update regarding dumping of tables with blind on Sqlite
This commit is contained in:
parent
f7344a5fc3
commit
b1babeefe5
3 changed files with 24 additions and 7 deletions
|
|
@ -320,6 +320,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<inband query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'"/>
|
||||
<blind query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'" condition=""/>
|
||||
</columns>
|
||||
<dump_table>
|
||||
<inband query="SELECT %s FROM %s"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue