Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f8514 commit d034bf2Copy full SHA for d034bf2
1 file changed
plugins/dbms/mssqlserver/enumeration.py
@@ -102,6 +102,7 @@ def getTables(self):
102
query = rootQuery["blind"]["query"] % (db, index, db)
103
table = inject.getValue(query, inband=False)
104
tables.append(table)
105
+ kb.hintValue = table
106
107
if tables:
108
kb.data.cachedTables[db] = tables
0 commit comments