Skip to content

Commit 5f4760c

Browse files
committed
Print final results in a table
1 parent d998d97 commit 5f4760c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/auxiliary/admin/mssql/mssql_enum_domain_accounts_sqli.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def run
9393
windows_domain_login_table << [object_name]
9494
end
9595

96+
print_line(windows_domain_login_table.to_s)
97+
9698
# Create output file
9799
filename= "#{datastore['RHOST']}-#{datastore['RPORT']}_windows_domain_accounts.csv"
98100
path = store_loot(

0 commit comments

Comments
 (0)