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 d998d97 commit 5f4760cCopy full SHA for 5f4760c
modules/auxiliary/admin/mssql/mssql_enum_domain_accounts_sqli.rb
@@ -93,6 +93,8 @@ def run
93
windows_domain_login_table << [object_name]
94
end
95
96
+ print_line(windows_domain_login_table.to_s)
97
+
98
# Create output file
99
filename= "#{datastore['RHOST']}-#{datastore['RPORT']}_windows_domain_accounts.csv"
100
path = store_loot(
0 commit comments