mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
implemented feature request from Ole Rasmussen regarding table name retrieval speedup
This commit is contained in:
parent
1ab78ce60e
commit
17554759b7
3 changed files with 26 additions and 0 deletions
|
|
@ -783,6 +783,7 @@ class Enumeration:
|
|||
query = rootQuery["blind"]["query"] % (db, index)
|
||||
table = inject.getValue(query, inband=False)
|
||||
tables.append(table)
|
||||
kb.hintValue = table
|
||||
|
||||
if tables:
|
||||
kb.data.cachedTables[db] = tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue