Add new "hinted" feature to MSSQL's getTables()

This commit is contained in:
Bernardo Damele 2010-04-15 12:09:26 +00:00
parent 14f8514fb5
commit d034bf29ce

View File

@ -102,6 +102,7 @@ class Enumeration(GenericEnumeration):
query = rootQuery["blind"]["query"] % (db, index, db)
table = inject.getValue(query, inband=False)
tables.append(table)
kb.hintValue = table
if tables:
kb.data.cachedTables[db] = tables