mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
probably a fix for that SQLite bug reported by Ahmed Shawky
This commit is contained in:
parent
a1d77737f5
commit
ff1a44c335
|
@ -319,8 +319,8 @@
|
|||
<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>
|
||||
<inband query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'"/>
|
||||
<blind query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'" condition=""/>
|
||||
<inband query="SELECT sql FROM sqlite_master WHERE tbl_name='%s' LIMIT 1"/>
|
||||
<blind query="SELECT sql FROM sqlite_master WHERE tbl_name='%s' LIMIT 1" condition=""/>
|
||||
</columns>
|
||||
<dump_table>
|
||||
<inband query="SELECT %s FROM %s"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user