Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d034bf2

Browse files
committed
Add new "hinted" feature to MSSQL's getTables()
1 parent 14f8514 commit d034bf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/dbms/mssqlserver/enumeration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def getTables(self):
102102
query = rootQuery["blind"]["query"] % (db, index, db)
103103
table = inject.getValue(query, inband=False)
104104
tables.append(table)
105+
kb.hintValue = table
105106

106107
if tables:
107108
kb.data.cachedTables[db] = tables

0 commit comments

Comments
 (0)