mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
implemented feature request from Ole Rasmussen regarding table name retrieval speedup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user