mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Add new "hinted" feature to MSSQL's getTables()
This commit is contained in:
parent
14f8514fb5
commit
d034bf29ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user